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

/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c65 #define LEX_IS_LINE_COMMENT_START 5 macro
86 #define IS_LINE_COMMENT(c) (lex[c] == LEX_IS_LINE_COMMENT_START)
154 lex[(unsigned char) *p] = LEX_IS_LINE_COMMENT_START;
176 lex['*'] = LEX_IS_LINE_COMMENT_START;
179 lex['!'] = LEX_IS_LINE_COMMENT_START;
1124 case LEX_IS_LINE_COMMENT_START:
1192 already LEX_IS_LINE_COMMENT_START. However, it is the

Completed in 119 milliseconds