Home
last modified time | relevance | path

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

/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/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/libpcap/
Dscanner.c3892 yy_state_type yy_next_state; variable
3907 yy_next_state = yy_try_NUL_trans( yy_current_state );
3911 if ( yy_next_state )
3915 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;