Searched refs:ISBLANK (Results 1 – 3 of 3) sorted by relevance
147 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro149 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro378 || (STREQ (str, "blank") && ISBLANK ((unsigned char) *n))
272 while (ISBLANK(ch)); in in_nonblank()699 && !ISBLANK(ch) && ch != ';' && ch != CLOSE_BRACE && ch != '#') in read_label()