Searched refs:iswspace (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/INIT/
H A Dw2.c26 return iswspace(w) == 0;
H A Dw.c29 return iswspace(w) == 0;
/ast/src/lib/libcmd/
H A Dwclib.c41 #ifndef iswspace
42 #define iswspace(x) isspace(x) macro
142 return(iswspace(0x2007)?10:0);
146 else if(c==0xaf && iswspace(0x202f))
153 return (iswspace(c)?10:0);
243 else if (iswspace(x))
347 xspace = iswspace(0xa0) || iswspace(0x85);
H A Djoin.c105 #ifndef iswspace
106 #define iswspace(x) isspace(x) macro
346 if (iswspace(mbchar(tp)))
365 if (iswspace(mbchar(tp)))
396 if (jp->delim == -1 && iswspace(n))
430 if (iswspace(mbchar(tp)))
491 if (iswspace(mbchar(tp)))
/ast/src/lib/libast/regex/
H A Dregclass.c78 static int Isspace(int c) { return iswspace(c); }
79 static int Notspace(int c) { return !iswspace(c); }
H A Dreglib.h233 #ifndef iswspace
234 #define iswspace(x) isspace(x) macro
/ast/src/cmd/3d/
H A Dstrmatch.c104 #define isspace(x) iswspace(x)

Completed in 43 milliseconds