Searched defs:iswhite (Results 1 – 5 of 5) sorted by relevance
45 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
47 #define iswhite(arg) (_wht[(unsigned)arg]) /* T if char is white */ macro
38 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro
64 #define iswhite(ch) (ch == ' ' || ch == '\t') macro