Home
last modified time | relevance | path

Searched refs:yy_next_state (Results 1 – 7 of 7) sorted by last modified time

/freebsd/contrib/unbound/util/
H A Dconfiglexer.c6816 yy_state_type yy_next_state; variable
6831 yy_next_state = yy_try_NUL_trans( yy_current_state );
6835 if ( yy_next_state )
6839 yy_current_state = yy_next_state;
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c891 yy_state_type yy_next_state; variable
906 yy_next_state = yy_try_NUL_trans( yy_current_state );
910 if ( yy_next_state )
914 yy_current_state = yy_next_state;
/freebsd/usr.bin/lex/
H A Dinitscan.c4188 yy_state_type yy_next_state; variable
4203 yy_next_state = yy_try_NUL_trans( yy_current_state );
4207 if ( yy_next_state )
4211 yy_current_state = yy_next_state;
/freebsd/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/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/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/contrib/flex/src/
H A Dflex.skl1318 yy_state_type yy_next_state;
1333 yy_next_state = yy_try_NUL_trans( yy_current_state M4_YY_CALL_LAST_ARG);
1337 if ( yy_next_state )
1341 yy_current_state = yy_next_state;