Searched refs:yyterminate (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dwc1.l17 yyterminate();
H A Dwc2.l19 yyterminate();
H A Dwc3.l23 yyterminate();
H A Dwc5.l23 yyterminate();
H A Dwc4.l26 yyterminate();
/external/webkit/Tools/android/flex-2.5.4a/
H A Dinitscan.c1437 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1441 #ifndef yyterminate
1442 #define yyterminate() return YY_NULL macro
2113 yyterminate(); /* to stop the parser */
2249 yyterminate(); /* to stop the parser */
2699 yyterminate();
2722 sectnum = 0; yyterminate();
2750 yyterminate();
H A Dscan.l319 yyterminate(); /* to stop the parser */
398 yyterminate(); /* to stop the parser */
629 yyterminate();
645 <<EOF>> sectnum = 0; yyterminate();
H A Dflex.skl402 /* No semi-colon after return; correct usage is to write "yyterminate();" -
406 #ifndef yyterminate
407 #define yyterminate() return YY_NULL
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc563 Unfortunately yyterminate by default returns 0, which is
565 #define yyterminate() return token::END macro
731 /* No semi-colon after return; correct usage is to write "yyterminate();" -
735 #ifndef yyterminate
736 #define yyterminate() return YY_NULL macro
980 yyterminate();
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c95 /* no semi-colon after return; correct usage is to write "yyterminate();" -
99 #define yyterminate() return ( YY_NULL ) macro
1652 MARK_END_OF_PROLOG; yyterminate();
2068 yyterminate();
2112 yyterminate();
/external/bison/src/
H A Dscan-gram.c1227 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1231 #ifndef yyterminate
1232 #define yyterminate() return YY_NULL macro
1842 yyterminate ();
2437 yyterminate();
H A Dscan-skel.c818 /* No semi-colon after return; correct usage is to write "yyterminate();" -
822 #ifndef yyterminate
823 #define yyterminate() return YY_NULL macro
H A Dscan-code.c903 /* No semi-colon after return; correct usage is to write "yyterminate();" -
907 #ifndef yyterminate
908 #define yyterminate() return YY_NULL macro
/external/elfutils/libcpu/
H A Di386_lex.c709 /* No semi-colon after return; correct usage is to write "yyterminate();" -
713 #ifndef yyterminate
714 #define yyterminate() return YY_NULL macro
976 yyterminate();
/external/elfutils/src/
H A Dldlex.c1285 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1289 #ifndef yyterminate
1290 #define yyterminate() return YY_NULL macro
1768 yyterminate();
/external/libpcap/
H A Dscanner.c2594 /* No semi-colon after return; correct usage is to write "yyterminate();" -
2598 #ifndef yyterminate
2599 #define yyterminate() return YY_NULL macro
3458 yyterminate();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.l244 <*><<EOF>> { context->AfterEOF = true; yyterminate(); }
H A Dglslang_lex.cpp951 /* No semi-colon after return; correct usage is to write "yyterminate();" -
955 #ifndef yyterminate
956 #define yyterminate() return YY_NULL macro
1685 { context->AfterEOF = true; yyterminate(); }
/external/ipsec-tools/src/racoon/
H A Dcftoken.l650 yyterminate();
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp6814 #define yyterminate() yyTok = END_TOKEN; return yyTok macro

Completed in 4739 milliseconds