Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m32c.c257 && (ISBLANK (s[0]) || s[0] == ',')) in m32c_indirect_operand()
/toolchain/binutils/binutils-2.25/ld/
Ddeffilep.y1370 if (ISBLANK (c) ) /* '@' followed by whitespace. */ in def_lex()
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()
Dfunctions.texi592 @deffnx Extension ISBLANK (@var{c})
DChangeLog2106 (ISBLANK): Remove.
2108 (buildargv): Use ISSPACE instead of ISBLANK.
4843 * argv.c: Define ISBLANK and use it, not isspace.