Searched defs:iswspace (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
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)))
501 if (iswspace(mbchar(tp)))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h352 #undef iswspace macro
367 #define iswspace(c) isspace(c) macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h233 #ifndef iswspace
234 #define iswspace(x) isspace(x) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile935 iswspace.3c \
1901 iswspace.3c := LINKSRC = iswalpha.3c

Completed in 76 milliseconds