Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
H A Dapp.c65 #define LEX_IS_LINE_SEPARATOR 3 macro
88 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
165 lex[(unsigned char) *p] = LEX_IS_LINE_SEPARATOR; in do_scrub_begin()
1128 case LEX_IS_LINE_SEPARATOR: in do_scrub_chars()
/dragonfly/contrib/binutils-2.34/gas/
H A Dapp.c68 #define LEX_IS_LINE_SEPARATOR 3 macro
91 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
167 lex[(unsigned char) *p] = LEX_IS_LINE_SEPARATOR; in do_scrub_begin()
1136 case LEX_IS_LINE_SEPARATOR: in do_scrub_chars()