Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Dapp.c90 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dragonfly/contrib/binutils-2.27/gas/
H A Dapp.c87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c956 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c1068 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro