Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/src/external/bsd/nvi/dist/ex/
Dex_join.c127 for (; len && ISBLANK((UCHAR_T)*p); in ex_join()
133 } else if (ISBLANK(echar)) in ex_join()
134 for (; len && ISBLANK((UCHAR_T)*p); --len, ++p); in ex_join()
143 for (; len && ISBLANK((UCHAR_T)*p); --len, ++p); in ex_join()
Dex_argv.c110 if (!ISBLANK(*p)) in argv_exp1()
181 if (ISBLANK((UCHAR_T)*np) || in argv_exp2()
192 if (!ISBLANK((UCHAR_T)*p) && in argv_exp2()
267 if (!ISBLANK(ch)) in argv_exp3()
287 } else if (ISBLANK(ch)) in argv_exp3()
752 if (!ISBLANK(*p)) in argv_sexp()
Dex_write.c152 for (p = cmdp->argv[0]->bp; *p != '\0' && ISBLANK((UCHAR_T)*p); ++p); in exwr()
163 for (++p; *p && ISBLANK((UCHAR_T)*p); ++p); in exwr()
210 for (p += 2; *p && ISBLANK((UCHAR_T)*p); ++p); in exwr()
Dex.c274 } else if (ISBLANK(ch)) in ex_cmd()
313 if (!ISBLANK(ch)) in ex_cmd()
368 if (!ISBLANK(ch) && ch != ':') in ex_cmd()
660 if (!ISBLANK(*ecp->cp)) in ex_cmd()
682 } else if (ISBLANK(ch)) in ex_cmd()
726 if (ISBLANK(ch)) in ex_cmd()
744 if (!ISBLANK(ecp->cp[0])) in ex_cmd()
968 if (!ISBLANK(*ecp->cp)) in ex_cmd()
1165 } else if (ISBLANK(ch)) { in ex_cmd()
1179 if (!ISBLANK(ch)) in ex_cmd()
[all …]
Dex_perl.c60 if (!ISBLANK((UCHAR_T)*p)) in ex_perl()
Dex_tcl.c64 if (!ISBLANK((UCHAR_T)*p)) in ex_tcl()
Dex_abbrev.c78 if (ISBLANK((UCHAR_T)p[0])) { in ex_abbr()
Dex_cscope.c135 if (!ISBLANK((UCHAR_T)*p)) in ex_cscope()
142 if (ISBLANK((UCHAR_T)*p)) in ex_cscope()
146 for (; *p && ISBLANK((UCHAR_T)*p); ++p); in ex_cscope()
Dex_global.c97 for (p = cmdp->argv[0]->bp; ISBLANK(*p); ++p); in ex_g_setup()
Dex_txt.c254 if (!ISBLANK((UCHAR_T)tp->lb[cnt])) in ex_txt()
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_txt.c764 for (p = tp->lb + tp->cno; owrite > 0 && ISBLANK((UCHAR_T)*p); in v_txt()
767 for (; insert > 0 && ISBLANK((UCHAR_T)*p); in v_txt()
773 ISBLANK((UCHAR_T)*p); ++p, --insert); in v_txt()
1092 while (tp->cno > max && ISBLANK((UCHAR_T)tp->lb[tp->cno - 1])) { in v_txt()
1121 if (ISBLANK((UCHAR_T)tp->lb[tp->cno - 1])) in v_txt()
1139 || ISBLANK((UCHAR_T)tp->lb[tp->cno - 1])) in v_txt()
1302 if (ISBLANK((UCHAR_T)evp->e_c) && UNMAP_TST) in v_txt()
1352 if (ISBLANK((UCHAR_T)evp->e_c)) in v_txt()
1515 if (off == tp->offset || ISBLANK((UCHAR_T)p[-1])) in txt_abbrev()
1527 inword((UCHAR_T)p[-1]) || ISBLANK((UCHAR_T)p[-1])) in txt_abbrev()
[all …]
Dv_util.c132 if (!ISBLANK((UCHAR_T)*p)) in v_isempty()
Dv_match.c170 if (!ISBLANK((UCHAR_T)*p)) in v_match()
Dv_replace.c184 for (; len && ISBLANK((UCHAR_T)*p); --len, ++p); in v_replace()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch.c99 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
101 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd/src/external/bsd/nvi/dist/common/
Dmultibyte.h14 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
Dutil.c101 len -= off; len && ISBLANK((UCHAR_T)*p); ++cnt, ++p, --len); in nonblank()
Dseq.c339 ISBLANK(ch) || KEY_VAL(sp, ch) == K_NL) in seq_save()
Doptions.c693 if (*endp && !ISBLANK(*endp)) { in opts_set()
1054 if (ISBLANK(ch) || ch == L('\\')) in opts_save()
/netbsd/src/external/gpl3/binutils/dist/include/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd/src/external/gpl3/gcc/dist/include/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd/src/external/bsd/mdocml/dist/
Dconfigure298 runtest isblank ISBLANK || true
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinternal.h626 #define is_hspace(x) ISBLANK(x)
/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_funcs.c350 if (ISBLANK(ch)) in cl_deleteln()

12