Searched defs:ISSPACE (Results 1 – 3 of 3) sorted by relevance
45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d))) macro
268 #define ISSPACE(x) (isspace((int)((unsigned char)x))) macro
752 static inline bool ISSPACE (unsigned char c) in ISSPACE() function