Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
H A 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()
/dragonfly/contrib/binutils-2.34/gas/
H A Dapp.c74 #define LEX_IS_NEWLINE 10 macro
95 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
112 lex['\n'] = LEX_IS_NEWLINE; in do_scrub_begin()
811 && lex[ch] != LEX_IS_NEWLINE)) in do_scrub_chars()
1127 case LEX_IS_NEWLINE: in do_scrub_chars()