Lines Matching refs:DEFINE
181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
267 <INITIAL,DEFINE,HASH>"//"[^\r\n]* {
271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
402 /* After we see a "#define" we enter the <DEFINE> start state
403 * for the lexer. Within <DEFINE> we are looking for the first
408 * While in the <DEFINE> state we also need to explicitly
423 BEGIN DEFINE;
450 <DEFINE>{IDENTIFIER}/"(" {
456 <DEFINE>{IDENTIFIER} {
462 <DEFINE>{HSPACE}+ {
467 <DEFINE>[/][^*]{NONSPACE}* {
475 <DEFINE>[^_a-zA-Z/[:space:]]{NONSPACE}* {
587 <INITIAL,COMMENT,DEFINE,HASH><<EOF>> {