Home
last modified time | relevance | path

Searched defs:IS_WHITESPACE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c89 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c89 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c1069 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c1101 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro