Searched defs:iswhite (Results 1 – 6 of 6) sorted by relevance
44 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
50 #define iswhite(arg) (_wht[(unsigned)arg]) /* T if char is white */ macro
126 #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') macro
39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro
89 #define iswhite(x) testbits((x)->marked, WHITEBITS) macro