Searched refs:IS_WHITESPACE (Results 1 – 2 of 2) sorted by relevance
82 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro509 while (ch != EOF && IS_WHITESPACE (ch)) in do_scrub_chars()809 while (ch != EOF && IS_WHITESPACE (ch)); in do_scrub_chars()830 if (!IS_WHITESPACE (ch2)) in do_scrub_chars()1154 while (ch != EOF && IS_WHITESPACE (ch)); in do_scrub_chars()
657 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') macro739 for (name = line; IS_WHITESPACE (* name); name ++) in add_specific_symbols()742 (! IS_WHITESPACE (* name_end)) in add_specific_symbols()751 for (extra = name_end + 1; IS_WHITESPACE (* extra); extra ++) in add_specific_symbols()1160 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF) in add_redefine_syms_file()1177 while (IS_WHITESPACE (c)) in add_redefine_syms_file()1186 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF) in add_redefine_syms_file()1203 while (! IS_LINE_TERMINATOR(c) && c != EOF && IS_WHITESPACE (c)) in add_redefine_syms_file()