Searched defs:iswhite (Results 1 – 6 of 6) sorted by relevance
45 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
52 #define iswhite( global() macro
124 #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') macro
64 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) macro
87 #define iswhite(x) testbits((x)->marked, WHITEBITS) macro