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

/freebsd-current/contrib/flex/src/
H A DFlexLexer.h168 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1756 yy_next_state = yy_try_NUL_trans( yy_current_state );
2004 /* yy_try_NUL_trans - try to make a transition on the NUL character
2007 * next_state = yy_try_NUL_trans( current_state );
2009 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
928 yy_next_state = yy_try_NUL_trans( yy_current_state );
1176 /* yy_try_NUL_trans - try to make a transition on the NUL character
1179 * next_state = yy_try_NUL_trans( current_state );
1181 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
865 yy_next_state = yy_try_NUL_trans( yy_current_state );
1113 /* yy_try_NUL_trans - try to make a transition on the NUL character
1116 * next_state = yy_try_NUL_trans( current_state );
1118 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c347 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
906 yy_next_state = yy_try_NUL_trans( yy_current_state );
1159 /* yy_try_NUL_trans - try to make a transition on the NUL character
1162 * next_state = yy_try_NUL_trans( current_state );
1164 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-current/usr.bin/lex/
H A Dinitscan.c343 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
4203 yy_next_state = yy_try_NUL_trans( yy_current_state );
4457 /* yy_try_NUL_trans - try to make a transition on the NUL character
4460 * next_state = yy_try_NUL_trans( current_state );
4462 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c343 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
6831 yy_next_state = yy_try_NUL_trans( yy_current_state );
7084 /* yy_try_NUL_trans - try to make a transition on the NUL character
7087 * next_state = yy_try_NUL_trans( current_state );
7089 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function

Completed in 138 milliseconds