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

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc430 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1301 /* yy_try_NUL_trans - try to make a transition on the NUL character
1304 * next_state = yy_try_NUL_trans( current_state );
1307 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/bison/src/
H A Dscan-skel.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1239 yy_next_state = yy_try_NUL_trans( yy_current_state );
1509 /* yy_try_NUL_trans - try to make a transition on the NUL character
1512 * next_state = yy_try_NUL_trans( current_state );
1515 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
H A Dscan-code.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1452 yy_next_state = yy_try_NUL_trans( yy_current_state );
1722 /* yy_try_NUL_trans - try to make a transition on the NUL character
1725 * next_state = yy_try_NUL_trans( current_state );
1728 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
H A Dscan-gram.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
2488 yy_next_state = yy_try_NUL_trans( yy_current_state );
2759 /* yy_try_NUL_trans - try to make a transition on the NUL character
2762 * next_state = yy_try_NUL_trans( current_state );
2765 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/elfutils/src/libcpu/
H A Di386_lex.c384 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1281 /* yy_try_NUL_trans - try to make a transition on the NUL character
1284 * next_state = yy_try_NUL_trans( current_state );
1286 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/elfutils/src/src/
H A Dldlex.c385 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1812 yy_next_state = yy_try_NUL_trans( yy_current_state );
2062 /* yy_try_NUL_trans - try to make a transition on the NUL character
2065 * next_state = yy_try_NUL_trans( current_state );
2067 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu-flex.c376 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
882 yy_next_state = yy_try_NUL_trans( yy_current_state );
1130 /* yy_try_NUL_trans - try to make a transition on the NUL character
1133 * next_state = yy_try_NUL_trans( current_state );
1135 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
H A Dparse-events-flex.c343 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
1834 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2084 /* yy_try_NUL_trans - try to make a transition on the NUL character
2087 * next_state = yy_try_NUL_trans( current_state );
2089 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) function
/external/libpcap/
H A Dscanner.c377 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
3899 yy_next_state = yy_try_NUL_trans( yy_current_state );
4147 /* yy_try_NUL_trans - try to make a transition on the NUL character
4150 * next_state = yy_try_NUL_trans( current_state );
4152 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function

Completed in 146 milliseconds