Searched defs:yy_try_NUL_trans (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c1263 static yy_ste_type yy_try_NUL_trans YY_PROTO(( yy_ste_type current_state ));
2146 yy_next_state = yy_try_NUL_trans( yy_current_state );
2352 /* yy_try_NUL_trans - try to make a transition on the NUL character
2355 * next_state = yy_try_NUL_trans( current_state );
2359 static yy_ste_type yy_try_NUL_trans( register yy_ste_type yy_current_state ) function
2361 static yy_ste_type yy_try_NUL_trans( yy_current_state )
/external/bison/src/
H A Dscan-skel.c413 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1115 yy_next_state = yy_try_NUL_trans( yy_current_state );
1377 /* yy_try_NUL_trans - try to make a transition on the NUL character
1380 * next_state = yy_try_NUL_trans( current_state );
1383 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
H A Dscan-gram.c413 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
2355 yy_next_state = yy_try_NUL_trans( yy_current_state );
2618 /* yy_try_NUL_trans - try to make a transition on the NUL character
2621 * next_state = yy_try_NUL_trans( current_state );
2624 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/elfutils/libcpu/
H A Di386_lex.c383 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1027 yy_next_state = yy_try_NUL_trans( yy_current_state );
1277 /* yy_try_NUL_trans - try to make a transition on the NUL character
1280 * next_state = yy_try_NUL_trans( current_state );
1282 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/elfutils/src/
H A Dldlex.c384 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1819 yy_next_state = yy_try_NUL_trans( yy_current_state );
2069 /* yy_try_NUL_trans - try to make a transition on the NUL character
2072 * next_state = yy_try_NUL_trans( current_state );
2074 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/libpcap/
H A Dscanner.c340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
3509 yy_next_state = yy_try_NUL_trans( yy_current_state );
3749 /* yy_try_NUL_trans - try to make a transition on the NUL character
3752 * next_state = yy_try_NUL_trans( current_state );
3754 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c338 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
1529 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1750 /* yy_try_NUL_trans - try to make a transition on the NUL character
1753 * next_state = yy_try_NUL_trans( current_state );
1755 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) function
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp338 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
2584 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2836 /* yy_try_NUL_trans - try to make a transition on the NUL character
2839 * next_state = yy_try_NUL_trans( current_state );
2841 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) function
/external/webkit/Tools/android/flex-2.5.4a/
H A Dinitscan.c272 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
2801 yy_next_state = yy_try_NUL_trans( yy_current_state );
3051 /* yy_try_NUL_trans - try to make a transition on the NUL character
3054 * next_state = yy_try_NUL_trans( current_state );
3058 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state ) function
3060 static yy_state_type yy_try_NUL_trans( yy_current_state )
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
1745 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1996 /* yy_try_NUL_trans - try to make a transition on the NUL character
1999 * next_state = yy_try_NUL_trans( current_state );
2001 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) function

Completed in 603 milliseconds