Searched defs:iswascii (Results 1 – 2 of 2) sorted by relevance
/titanic_52/usr/src/head/ | ||
H A D | wctype.h | 105 #define iswascii(c) isascii(c) macro |
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/ | ||
H A D | vi.c | 95 #define iswascii(c) (!((c)&(~0177))) macro |