Searched defs:IS_BLANK (Results 1 – 3 of 3) sorted by relevance
105 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
90 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
323 #define IS_BLANK(string) IS_BLANK_AT((string),0) macro