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

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c1741 yy_state_type yy_next_state; variable
1756 yy_next_state = yy_try_NUL_trans( yy_current_state );
1760 if ( yy_next_state )
1764 yy_current_state = yy_next_state;
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c913 yy_state_type yy_next_state; variable
928 yy_next_state = yy_try_NUL_trans( yy_current_state );
932 if ( yy_next_state )
936 yy_current_state = yy_next_state;
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c850 yy_state_type yy_next_state; variable
865 yy_next_state = yy_try_NUL_trans( yy_current_state );
869 if ( yy_next_state )
873 yy_current_state = yy_next_state;
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c793 yy_state_type yy_next_state; variable
808 yy_next_state = yy_try_NUL_trans( yy_current_state );
812 if ( yy_next_state )
816 yy_current_state = yy_next_state;
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c4178 yy_state_type yy_next_state; variable
4193 yy_next_state = yy_try_NUL_trans( yy_current_state );
4197 if ( yy_next_state )
4201 yy_current_state = yy_next_state;

Completed in 172 milliseconds