Searched refs:yy_get_previous_state (Results 1 - 5 of 5) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc429 static yy_state_type yy_get_previous_state (void );
1020 yy_current_state = yy_get_previous_state( );
1024 * yy_get_previous_state() go ahead and do it
1087 yy_current_state = yy_get_previous_state( );
1097 yy_current_state = yy_get_previous_state( );
1264 /* yy_get_previous_state - get the state just before the EOB char was reached */
1269 static yy_state_type yy_get_previous_state (void) function
/external/bison/src/
H A Dscan-skel.c448 static yy_state_type yy_get_previous_state (void );
1228 yy_current_state = yy_get_previous_state( );
1232 * yy_get_previous_state() go ahead and do it
1295 yy_current_state = yy_get_previous_state( );
1305 yy_current_state = yy_get_previous_state( );
1472 /* yy_get_previous_state - get the state just before the EOB char was reached */
1477 static yy_state_type yy_get_previous_state (void) function
H A Dscan-code.c448 static yy_state_type yy_get_previous_state (void );
1441 yy_current_state = yy_get_previous_state( );
1445 * yy_get_previous_state() go ahead and do it
1508 yy_current_state = yy_get_previous_state( );
1518 yy_current_state = yy_get_previous_state( );
1685 /* yy_get_previous_state - get the state just before the EOB char was reached */
1690 static yy_state_type yy_get_previous_state (void) function
H A Dscan-gram.c448 static yy_state_type yy_get_previous_state (void );
2477 yy_current_state = yy_get_previous_state( );
2481 * yy_get_previous_state() go ahead and do it
2544 yy_current_state = yy_get_previous_state( );
2554 yy_current_state = yy_get_previous_state( );
2721 /* yy_get_previous_state - get the state just before the EOB char was reached */
2726 static yy_state_type yy_get_previous_state (void) function
/external/libpcap/
H A Dscanner.c380 static yy_state_type yy_get_previous_state (void );
3896 yy_current_state = yy_get_previous_state( );
3900 * yy_get_previous_state() go ahead and do it
3961 yy_current_state = yy_get_previous_state( );
3971 yy_current_state = yy_get_previous_state( );
4127 /* yy_get_previous_state - get the state just before the EOB char was reached */
4129 static yy_state_type yy_get_previous_state (void) function

Completed in 47 milliseconds