Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance
68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
147 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro149 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro