Home
last modified time | relevance | path

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

/system/core/sh/
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 = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
737 while ( yy_base[yy_current_state] != 48 );
740 yy_act = yy_accept[yy_current_state];
[all …]