Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dpmu-flex.c867 yy_state_type yy_next_state; variable
882 yy_next_state = yy_try_NUL_trans( yy_current_state );
886 if ( yy_next_state )
890 yy_current_state = yy_next_state;
Dparse-events-flex.c1819 yy_state_type yy_next_state; variable
1834 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1838 if ( yy_next_state )
1842 yy_current_state = yy_next_state;
/external/bison/examples/calc++/
Dcalc++-scanner.cc1016 yy_state_type yy_next_state;
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1035 if ( yy_next_state )
1039 yy_current_state = yy_next_state;
/external/elfutils/src/libcpu/
Di386_lex.c1016 yy_state_type yy_next_state; variable
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1035 if ( yy_next_state )
1039 yy_current_state = yy_next_state;
/external/bison/src/
Dscan-skel.c1224 yy_state_type yy_next_state; variable
1239 yy_next_state = yy_try_NUL_trans( yy_current_state );
1243 if ( yy_next_state )
1247 yy_current_state = yy_next_state;
Dscan-gram.c2473 yy_state_type yy_next_state; variable
2488 yy_next_state = yy_try_NUL_trans( yy_current_state );
2492 if ( yy_next_state )
2496 yy_current_state = yy_next_state;
Dscan-code.c1437 yy_state_type yy_next_state; variable
1452 yy_next_state = yy_try_NUL_trans( yy_current_state );
1456 if ( yy_next_state )
1460 yy_current_state = yy_next_state;
/external/elfutils/src/src/
Dldlex.c1797 yy_state_type yy_next_state; variable
1812 yy_next_state = yy_try_NUL_trans( yy_current_state );
1816 if ( yy_next_state )
1820 yy_current_state = yy_next_state;
/external/libpcap/
Dscanner.c3884 yy_state_type yy_next_state; variable
3899 yy_next_state = yy_try_NUL_trans( yy_current_state );
3903 if ( yy_next_state )
3907 yy_current_state = yy_next_state;
/external/toybox/kconfig/
Dlex.zconf.c_shipped1321 yy_state_type yy_next_state;
1336 yy_next_state = yy_try_NUL_trans( yy_current_state );
1340 if ( yy_next_state )
1344 yy_current_state = yy_next_state;