Home
last modified time | relevance | path

Searched refs:yy_try_NUL_trans (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
Dflex.skl283 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
568 yy_next_state = yy_try_NUL_trans( yy_current_state );
896 /* yy_try_NUL_trans - try to make a transition on the NUL character
899 * next_state = yy_try_NUL_trans( current_state );
904 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
906 static yy_state_type yy_try_NUL_trans( yy_current_state )
910 yy_state_type yyFlexLexer::yy_try_NUL_trans( yy_state_type yy_current_state )
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 );
3058 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state ) in yy_try_NUL_trans() function
3060 static yy_state_type yy_try_NUL_trans( yy_current_state ) in yy_try_NUL_trans()
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
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 );
2359 static yy_ste_type yy_try_NUL_trans( register yy_ste_type yy_current_state ) in yy_try_NUL_trans() function
2361 static yy_ste_type yy_try_NUL_trans( yy_current_state ) in yy_try_NUL_trans()
/external/bison/src/
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 );
1383 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
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 );
2624 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/elfutils/libcpu/
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 );
1282 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/libpcap/
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 );
3754 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/elfutils/src/
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 );
2074 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/mesa3d/src/glsl/glcpp/
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);
1755 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() function
/external/mesa3d/src/glsl/
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);
2841 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() function
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
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);
2001 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() function
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog229 (yy_try_NUL_trans):