Home
last modified time | relevance | path

Searched refs:yyterminate (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Tools/android/flex-2.5.4a/
Dscan.l319 yyterminate(); /* to stop the parser */
398 yyterminate(); /* to stop the parser */
629 yyterminate();
645 <<EOF>> sectnum = 0; yyterminate();
Dinitscan.c1441 #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();
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++/
Dcalc++-scanner.ll17 Unfortunately yyterminate by default returns 0, which is
19 #define yyterminate() return token::END
Dcalc++-scanner.cc565 #define yyterminate() return token::END macro
735 #ifndef yyterminate
736 #define yyterminate() return YY_NULL macro
980 yyterminate();
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
Dwc1.l17 yyterminate();
Dwc2.l19 yyterminate();
Dwc3.l23 yyterminate();
Dwc5.l23 yyterminate();
Dwc4.l26 yyterminate();
/external/webkit/Source/WebCore/css/
Dmaketokenizer36 yyterminate().
126 … # the yyterminate() found in other EOF states. But we need to be careful to back up to behind
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c99 #define yyterminate() return ( YY_NULL ) macro
1652 MARK_END_OF_PROLOG; yyterminate();
2068 yyterminate();
2112 yyterminate();
/external/elfutils/libcpu/
Di386_lex.c713 #ifndef yyterminate
714 #define yyterminate() return YY_NULL macro
976 yyterminate();
/external/bison/src/
Dscan-gram.c1231 #ifndef yyterminate
1232 #define yyterminate() return YY_NULL macro
1842 yyterminate ();
2437 yyterminate();
Dscan-skel.c822 #ifndef yyterminate
823 #define yyterminate() return YY_NULL macro
Dscan-gram.l301 yyterminate ();
Dscan-code.c907 #ifndef yyterminate
908 #define yyterminate() return YY_NULL macro
/external/elfutils/src/
Dldlex.c1289 #ifndef yyterminate
1290 #define yyterminate() return YY_NULL macro
1768 yyterminate();
/external/libpcap/
Dscanner.c2598 #ifndef yyterminate
2599 #define yyterminate() return YY_NULL macro
3458 yyterminate();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.l244 <*><<EOF>> { context->AfterEOF = true; yyterminate(); }
Dglslang_lex.cpp955 #ifndef yyterminate
956 #define yyterminate() return YY_NULL macro
1685 { context->AfterEOF = true; yyterminate(); }
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches211 X #define yyterminate() return ( YY_NULL )
219 X #define yyterminate() return ( YY_NULL )
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man958 - yyterminate() can be used in lieu of a return statement
961 default, yyterminate() is also called when an end-of-
1629 yyterminate();
1704 - executing the special yyterminate() action;
1744 yyterminate();
1750 yyterminate();
3333 yyterminate()
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info849 - `yyterminate()' can be used in lieu of a return statement in an
852 `yyterminate()' is also called when an end-of-file is encountered.
1366 yyterminate();
1427 - executing the special `yyterminate()' action;
1450 yyterminate();
1456 yyterminate();
2665 yyterminate()
Dflex.texi1029 @samp{yyterminate()} can be used in lieu of a return
1032 "all done". By default, @samp{yyterminate()} is also
1623 yyterminate();
1697 executing the special @samp{yyterminate()} action;
1727 yyterminate();
1733 yyterminate();
3164 yyterminate()

12