Searched defs:IS_WHITESPACE (Results 1 – 4 of 4) sorted by relevance
89 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
1069 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro
1101 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro