Searched refs:ISBLANK (Results 1 – 1 of 1) sorted by relevance
185 #define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro187 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro2094 || (is_blank && ISBLANK (ch))