Home
last modified time | relevance | path

Searched refs:Isspace (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.char.h188 # define Isspace(c) (((c) & QUOTE) ? 0 : iswspace(c)) macro
201 # define Isspace(c) (((Char)(c) & QUOTE) ? 0 : NXIsSpace((unsigned) (c))) macro
222 # define Isspace(c) (((Char)(c) & QUOTE) ? 0 : isspace((tcshuc) (c))) macro
263 # define Isspace(c) (((Char)(c) & QUOTE) ? 0 : isspace( oem_it((tcshuc)(c)))) macro
285 # define Isspace(c) cmap((c), _SP|_NL) macro
H A Dtw.comp.c147 sp = Isspace(*ptr); in tw_pr()
226 for (; *bf && Isspace(*bf); bf++) in tw_tok()
229 for (str = bf; *bf && !Isspace(*bf); bf++) { in tw_tok()
H A Ded.xmap.c596 } else if (ch == ' ' || (Isprint(ch) && !Isspace(ch))) { in unparsech()
741 else if (p == ' ' || (Isprint(p) && !Isspace(p))) in unparsestring()
H A Ded.chared.c301 if (Isspace(ch)) in c_to_class()
402 while ((p < high) && !Isspace(*p)) in c_nexword()
404 while ((p < high) && Isspace(*p)) in c_nexword()
2164 if (cp == Cursor || Isspace(*cp)) in e_dabbrev_expand()
2196 if (ncp == cp || Isspace(*ncp)) { /* beginning of line */ in e_dabbrev_expand()
2577 while (Isspace(*Cursor)) /* We want FIRST non space character */ in e_tobeg()
3320 for (p = InputBuf; Isspace(*p); p++) in e_expand()
H A Dtw.init.c869 while (*tw_word && Isspace(*tw_word)) tw_word++; in tw_wl_next()
871 for (p = tw_word; *tw_word && !Isspace(*tw_word); tw_word++) in tw_wl_next()