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

/freebsd-10.1-release/contrib/flex/
H A DFlexLexer.h153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c298 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1047 yy_next_state = yy_try_NUL_trans( yy_current_state );
1297 /* yy_try_NUL_trans - try to make a transition on the NUL character
1300 * next_state = yy_try_NUL_trans( current_state );
1304 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state ) function
1306 static yy_state_type yy_try_NUL_trans( yy_current_state )
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/usr.bin/csup/
H A Dlex.rcs.c337 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
989 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1239 /* yy_try_NUL_trans - try to make a transition on the NUL character
1242 * next_state = yy_try_NUL_trans( current_state );
1244 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) function
/freebsd-10.1-release/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 271 milliseconds