Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
H A Dapp.c66 #define LEX_IS_COMMENT_START 4 macro
90 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
156 lex[(unsigned char) *p] = LEX_IS_COMMENT_START; in do_scrub_begin()
183 lex[';'] = LEX_IS_COMMENT_START; in do_scrub_begin()
1273 case LEX_IS_COMMENT_START: in do_scrub_chars()
/dragonfly/contrib/binutils-2.34/gas/
H A Dapp.c69 #define LEX_IS_COMMENT_START 4 macro
93 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
158 lex[(unsigned char) *p] = LEX_IS_COMMENT_START; in do_scrub_begin()
185 lex[';'] = LEX_IS_COMMENT_START; in do_scrub_begin()
1281 case LEX_IS_COMMENT_START: in do_scrub_chars()