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/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/bison/examples/calc++/
Dcalc++-scanner.cc430 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1307 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
/external/bison/src/
Dscan-skel.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1239 yy_next_state = yy_try_NUL_trans( yy_current_state );
1515 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
Dscan-code.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1452 yy_next_state = yy_try_NUL_trans( yy_current_state );
1728 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() function
Dscan-gram.c449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
2488 yy_next_state = yy_try_NUL_trans( yy_current_state );
2765 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/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/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):