Home
last modified time | relevance | path

Searched refs:YYABORT (Results 1 – 22 of 22) sorted by relevance

/external/ipsec-tools/src/racoon/
Dprsa_par.y181 YYABORT;
187 YYABORT;
211 YYABORT;
220 YYABORT;
245 YYABORT;
256 YYABORT;
274 YYABORT;
285 YYABORT;
304 { if (!rsa_cur->n) rsa_cur->n = $3; else { prsaerror ("Modulus already defined\n"); YYABORT; } }
306 …{ if (!rsa_cur->e) rsa_cur->e = $3; else { prsaerror ("PublicExponent already defined\n"); YYABORT
[all …]
/external/iproute2/tc/
Demp_ematch.y64 YYABORT;
70 YYABORT;
/external/webkit/Source/WebCore/xml/
DXPathGrammar.y201 YYABORT;
230 YYABORT;
373 YYABORT;
382 YYABORT;
/external/e2fsprogs/intl/
Dplural.c457 #define YYABORT goto yyabortlab macro
840 YYABORT; in yyparse()
1009 YYABORT; in yyparse()
1193 YYABORT; in yyparse()
1229 YYABORT; in yyparse()
Dplural.y153 YYABORT;
/external/bison/data/
Dlalr1.cc374 #define YYABORT goto yyabortlab
720 YYABORT;
775 YYABORT;
Dyacc.c557 #define YYABORT goto yyabortlab
1158 YYABORT;
1351 YYABORT;
1409 YYABORT;
Dglr.c904 # undef YYABORT
905 # define YYABORT return yyabort
937 # undef YYABORT
/external/bison/src/
Dparse-gram.c836 #define YYABORT goto yyabortlab macro
1649 YYABORT;
2241 YYABORT;
2299 YYABORT;
/external/elfutils/src/
Dldscript.c649 #define YYABORT goto yyabortlab macro
1125 YYABORT;
1765 YYABORT;
1824 YYABORT;
/external/libpcap/
Dgrammar.c1132 #define YYABORT goto yyabortlab macro
1683 YYABORT;
2864 YYABORT;
2917 YYABORT;
/external/bluetooth/bluez/tools/
Dparser.c326 #define YYABORT goto yyabort macro
/external/mesa3d/src/glsl/
Dglsl_parser.cpp1952 #define YYABORT goto yyabortlab macro
2713 YYABORT;
5172 YYABORT;
5230 YYABORT;
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c942 #define YYABORT goto yyabortlab macro
1703 YYABORT;
2745 YYABORT;
2803 YYABORT;
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c541 #define YYABORT goto yyabort macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1299 #define YYABORT goto yyabortlab macro
2004 YYABORT;
4572 YYABORT;
4629 YYABORT;
/external/bison/
DNEWS59 * %destructor vs. YYABORT, YYACCEPT, and YYERROR.
60 Destructors are now called when user code invokes YYABORT, YYACCEPT,
DOChangeLog1369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
1440 (yyparse): Call YYABORT instead of YYERROR, due to last change in
DChangeLog1068 * NEWS: Reword %destructor vs YYABORT etc.
1106 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
2294 if YYABORT is used).
2739 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
3668 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
5123 (YYABORT, YYACCEPT, YYERROR): New.
/external/bison/doc/
Drefcard.tex489 \key{Quit parsing immediately. Return 1.} {YYABORT}
Dbison.info3793 or if it returns via `YYABORT' or `YYACCEPT', all the symbols on the
3838 `YYABORT' or `YYACCEPT', or failed error recovery, or memory exhaustion.
4195 input that contains a syntax error or that causes `YYABORT' to be
4206 -- Macro: YYABORT
4578 -- Macro: YYABORT;
7596 -- Macro: YYABORT
8785 * YYABORT <1>: Table of Symbols. (line 177)
8786 * YYABORT: Parser Function. (line 29)
8787 * YYABORT;: Action Features. (line 28)
Dbison.texinfo3925 or if it returns via @code{YYABORT} or @code{YYACCEPT}, all the
3981 @code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
4393 that contains a syntax error or that causes @code{YYABORT} to be
4407 @defmac YYABORT
4408 @findex YYABORT
4847 @deffn {Macro} YYABORT;
8337 @deffn {Macro} YYABORT
8706 @c LocalWords: cparse clex deftypefun NE defmac YYACCEPT YYABORT param