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

/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c64 #define LEX_IS_COMMENT_START 4 macro
85 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
151 lex[(unsigned char) *p] = LEX_IS_COMMENT_START;
175 lex[';'] = LEX_IS_COMMENT_START;
177 /* The MRI documentation says '!' is LEX_IS_COMMENT_START, but
1214 case LEX_IS_COMMENT_START:

Completed in 47 milliseconds