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

/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c69 #define LEX_IS_NEWLINE 10 macro
87 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
104 lex['\n'] = LEX_IS_NEWLINE;
768 && lex[ch] != LEX_IS_NEWLINE))
1069 case LEX_IS_NEWLINE:

Completed in 56 milliseconds