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

/system/core/sh/
H A Darith_lex.c672 register yy_state_type yy_current_state; variable
718 yy_current_state = (yy_start);
723 if ( yy_accept[yy_current_state] )
725 (yy_last_accepting_state) = yy_current_state;
728 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
730 yy_current_state = (int) yy_def[yy_current_state];
731 if ( yy_current_state >= 39 )
734 yy_current_state
1182 register yy_state_type yy_current_state; local
[all...]

Completed in 287 milliseconds