Home
last modified time | relevance | path

Searched refs:yy_try_NUL_trans (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
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 );
1135 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
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);
2089 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() function
/external/bison/examples/calc++/
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 );
1307 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/elfutils/src/libcpu/
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 );
1286 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/bison/src/
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 );
1515 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
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 );
2765 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
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 );
1728 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/elfutils/src/src/
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 );
2067 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/libpcap/
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 );
4152 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/toybox/kconfig/
Dlex.zconf.c_shipped675 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1336 yy_next_state = yy_try_NUL_trans( yy_current_state );
1564 /* yy_try_NUL_trans - try to make a transition on the NUL character
1567 * next_state = yy_try_NUL_trans( current_state );
1569 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )