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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c170 * access to the local variable yy_act. Since yyless() is a macro, it would break
172 * One obvious solution it to make yy_act a global. I tried that, and saw
173 * a 5% performance hit in a non-yylineno scanner, because yy_act is
1250 register int yy_act; variable
1349 yy_act = yy_acclist[(yy_lp)];
1350 if ( yy_act & YY_TRAILING_HEAD_MASK ||
1353 if ( yy_act == (yy_looking_for_trail_begin) )
1356 yy_act &= ~YY_TRAILING_HEAD_MASK;
1360 else if ( yy_act & YY_TRAILING_MASK )
1362 (yy_looking_for_trail_begin) = yy_act
[all...]

Completed in 47 milliseconds