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

/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c374 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
808 yy_next_state = yy_try_NUL_trans( yy_current_state );
1056 /* yy_try_NUL_trans - try to make a transition on the NUL character
1059 * next_state = yy_try_NUL_trans( current_state );
1061 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c362 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
4193 yy_next_state = yy_try_NUL_trans( yy_current_state );
4412 /* yy_try_NUL_trans - try to make a transition on the NUL character
4415 * next_state = yy_try_NUL_trans( current_state );
4417 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function

Completed in 146 milliseconds