Searched defs:ISBLANK (Results 1 – 3 of 3) sorted by relevance
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
256 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro