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

/xsrc/external/mit/xgc/dist/
H A Dlex.c1445 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
1460 yy_next_state = yy_try_NUL_trans( yy_current_state );
1464 if ( yy_next_state )
1468 yy_current_state = yy_next_state;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c961 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
976 yy_next_state = yy_try_NUL_trans( yy_current_state );
980 if ( yy_next_state )
984 yy_current_state = yy_next_state;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c1186 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
1201 yy_next_state = yy_try_NUL_trans( yy_current_state );
1205 if ( yy_next_state )
1209 yy_current_state = yy_next_state;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c1178 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
1193 yy_next_state = yy_try_NUL_trans( yy_current_state );
1197 if ( yy_next_state )
1201 yy_current_state = yy_next_state;
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c937 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
952 yy_next_state = yy_try_NUL_trans( yy_current_state );
956 if ( yy_next_state )
960 yy_current_state = yy_next_state;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1978 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
1993 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1997 if ( yy_next_state )
2001 yy_current_state = yy_next_state;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c2527 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
2542 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2546 if ( yy_next_state )
2550 yy_current_state = yy_next_state;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c2024 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
2039 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2043 if ( yy_next_state )
2047 yy_current_state = yy_next_state;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp3515 yy_state_type yy_next_state;
3530 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
3534 if ( yy_next_state )
3538 yy_current_state = yy_next_state;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp3605 yy_state_type yy_next_state;
3620 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
3624 if ( yy_next_state )
3628 yy_current_state = yy_next_state;

Completed in 97 milliseconds