Searched defs:iswascii (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dwctype.h104 /* iswascii is still a macro */
105 #define iswascii(c) isascii(c) macro
107 /* isw*, except iswascii(), are not macros any more. They become functions */
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c99 #ifndef iswascii
100 #define iswascii(c) (!((c)&(~0177))) macro
1995 || !iswascii(c) || mbwidth(vp->o_v_char)>1
1996 || !iswascii(virtual[cur_virt])
/illumos-gate/usr/src/man/man3c/
H A DMakefile911 iswascii.3c \
1878 iswascii.3c := LINKSRC = iswalpha.3c

Completed in 87 milliseconds