Searched defs:IS_BLANK (Results 1 – 4 of 4) sorted by relevance
99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro