Home
last modified time | relevance | path

Searched refs:IS_WHITESPACE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dapp.c87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
526 while (ch != EOF && IS_WHITESPACE (ch)) in do_scrub_chars()
842 while (ch != EOF && IS_WHITESPACE (ch)); in do_scrub_chars()
864 if (!IS_WHITESPACE (ch2)) in do_scrub_chars()
1206 while (ch != EOF && IS_WHITESPACE (ch)); in do_scrub_chars()
/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c956 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro
1038 for (name = line; IS_WHITESPACE (* name); name ++) in add_specific_symbols()
1041 (! IS_WHITESPACE (* name_end)) in add_specific_symbols()
1050 for (extra = name_end + 1; IS_WHITESPACE (* extra); extra ++) in add_specific_symbols()
1646 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF) in add_redefine_syms_file()
1663 while (IS_WHITESPACE (c)) in add_redefine_syms_file()
1672 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF) in add_redefine_syms_file()
1689 while (! IS_LINE_TERMINATOR(c) && c != EOF && IS_WHITESPACE (c)) in add_redefine_syms_file()