Searched refs:ISBLANK (Results 1 – 6 of 6) sorted by relevance
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
257 && (ISBLANK (s[0]) || s[0] == ',')) in m32c_indirect_operand()
1370 if (ISBLANK (c) ) /* '@' followed by whitespace. */ in def_lex()
220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro3283 || (is_blank && ISBLANK (ch)) in PREFIX()
592 @deffnx Extension ISBLANK (@var{c})
2106 (ISBLANK): Remove.2108 (buildargv): Use ISSPACE instead of ISBLANK.4843 * argv.c: Define ISBLANK and use it, not isspace.