Searched defs:ISBLANK (Results 1 – 14 of 14) sorted by relevance
68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
99 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro101 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
14 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
192 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro194 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
227 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro229 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
239 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro241 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro