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