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

/httpd/server/
H A Dutil_expr_scan.c869 register yy_state_type yy_current_state; variable
942 yy_current_state = yyg->yy_start;
947 if ( yy_accept[yy_current_state] )
949 yyg->yy_last_accepting_state = yy_current_state;
952 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
954 yy_current_state = (int) yy_def[yy_current_state];
955 if ( yy_current_state >= 124 )
958 yy_current_state
1816 register yy_state_type yy_current_state; local
[all...]

Completed in 1472 milliseconds