Lines Matching refs:DEFINE
181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
266 <INITIAL,DEFINE,HASH>"//"[^\r\n]* {
270 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
396 /* After we see a "#define" we enter the <DEFINE> start state
397 * for the lexer. Within <DEFINE> we are looking for the first
402 * While in the <DEFINE> state we also need to explicitly
417 BEGIN DEFINE;
444 <DEFINE>{IDENTIFIER}/"(" {
450 <DEFINE>{IDENTIFIER} {
456 <DEFINE>{HSPACE}+ {
461 <DEFINE>[/][^*]{NONSPACE}* {
469 <DEFINE>[^_a-zA-Z/[:space:]]{NONSPACE}* {
577 <INITIAL,COMMENT,DEFINE,HASH><<EOF>> {