Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.c71 #define LEX_IS_NEWLINE 10 macro
92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
109 lex['\n'] = LEX_IS_NEWLINE; in do_scrub_begin()
801 && lex[ch] != LEX_IS_NEWLINE)) in do_scrub_chars()
1119 case LEX_IS_NEWLINE: in do_scrub_chars()