Searched defs:ISSPACE (Results 1 – 2 of 2) sorted by relevance
85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
160 #define ISSPACE(c) (ISASCII (c) && isspace (c)) macro