Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro