Searched defs:IS_SPACE (Results 1 – 2 of 2) sorted by relevance
159 #define IS_SPACE(c) isspace((unsigned char)(c)) macro161 #define IS_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\r' || (c) == '\f') macro
306 #define IS_SPACE(string) IS_SPACE_AT((string),0) macro