Searched defs:yy_current_state (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c935 yy_current_state = *(yy_state_ptr); /* restore curr. state */ \
1248 register yy_state_type yy_current_state; variable
1318 yy_current_state = (yy_start);
1319 yy_current_state += YY_AT_BOL();
1322 *(yy_state_ptr)++ = yy_current_state;
1328 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1330 yy_current_state = (int) yy_def[yy_current_state];
1331 if ( yy_current_state >
2824 register yy_state_type yy_current_state; local
[all...]

Completed in 48 milliseconds