Searched defs:IS_BLANK (Results 1 – 2 of 2) sorted by relevance
105 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
137 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro