Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dinitscan.c1506 register yy_state_type yy_current_state; variable
1559 yy_current_state = yy_start;
1560 yy_current_state += YY_AT_BOL();
1565 if ( yy_accept[yy_current_state] )
1567 yy_last_accepting_state = yy_current_state;
1570 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1572 yy_current_state = (int) yy_def[yy_current_state];
1573 if ( yy_current_state >= 769 )
1576 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1579 while ( yy_base[yy_current_state] != 2716 );
[all …]
Dflex.skl471 register yy_state_type yy_current_state;
577 yy_current_state = yy_get_previous_state();
588 yy_next_state = yy_try_NUL_trans( yy_current_state );
596 yy_current_state = yy_next_state;
642 yy_current_state = yy_get_previous_state();
652 yy_current_state = yy_get_previous_state();
910 register yy_state_type yy_current_state;
913 %% code to get the start state into yy_current_state goes here
920 return yy_current_state;
932 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
[all …]