Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dprsa_par.y181 YYABORT;
187 YYABORT;
211 YYABORT;
219 YYABORT;
243 YYABORT;
252 YYABORT;
266 YYABORT;
275 YYABORT;
291 { if (!rsa_cur->n) rsa_cur->n = $3; else { prsaerror ("Modulus already defined\n"); YYABORT; } }
293 …{ if (!rsa_cur->e) rsa_cur->e = $3; else { prsaerror ("PublicExponent already defined\n"); YYABORT
[all …]
/external/selinux/libsemanage/src/
Dconf-parse.y103 YYABORT;
113 YYABORT;
122 YYABORT;
146 YYABORT;
275 YYABORT;
286 YYABORT;
294 YYABORT;
302 YYABORT;
310 YYABORT;
318 YYABORT;
/external/iproute2/tc/
Demp_ematch.y64 YYABORT;
70 YYABORT;
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y207 YYABORT;
228 YYABORT;
250 YYABORT;
337 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/examples/calc++/
Dcalc++-parser.cc142 #define YYABORT goto yyabortlab macro
619 YYABORT; in parse()
674 YYABORT; in parse()
/external/bison/data/
Dlalr1.cc349 #define YYABORT goto yyabortlab
731 YYABORT;
786 YYABORT;
Dlalr1.java303 public static final int YYABORT = 1;
673 case YYABORT:
Dyacc.c742 #define YYABORT goto yyabortlab
1661 YYABORT;
1905 YYABORT;
1963 YYABORT;
Dglr.c843 # undef YYABORT
844 # define YYABORT return yyabort
874 # undef YYABORT
/external/bison/tests/
Dc++.at308 | 'T' { $$ = YY_NULL; delete $1; YYABORT; }
323 // 'T': call YYABORT in the action
Dregression.at1268 YYABORT;
1375 YYABORT;
/external/bison/src/
Dparse-gram.c930 #define YYABORT goto yyabortlab macro
2085 YYABORT;
2998 YYABORT;
3056 YYABORT;
/external/libpcap/
Dgrammar.c1401 #define YYABORT goto yyabortlab macro
1960 YYABORT; in yyparse()
3520 YYABORT; in yyparse()
3577 YYABORT; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped745 #define YYABORT goto yyabortlab
1326 YYABORT;
1986 YYABORT;
2039 YYABORT;
2069 | yyabortlab -- YYABORT comes here. |
/external/bison/doc/
Drefcard.tex487 \key{Quit parsing immediately. Return 1.} {YYABORT}
Dbison.info4766 or if it returns via `YYABORT' or `YYACCEPT', all the symbols on the
4871 `YYABORT' or `YYACCEPT', or failed error recovery, or memory exhaustion.
5785 input that contains a syntax error or that causes `YYABORT' to be
5796 -- Macro: YYABORT
6222 -- Macro: YYABORT `;'
10135 -- Statement: return YYABORT `;'
10168 * Java lacks a preprocessor, so the `YYERROR', `YYACCEPT', `YYABORT'
10176 Note that of these three symbols, only `YYACCEPT' and `YYABORT'
10953 -- Macro: YYABORT
10960 YYABORT;' instead.
[all …]
Dbison.texi4698 or if it returns via @code{YYABORT} or @code{YYACCEPT}, all the
4830 @code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
5909 that contains a syntax error or that causes @code{YYABORT} to be
5923 @defmac YYABORT
5924 @findex YYABORT
6412 @deffn {Macro} YYABORT @code{;}
10862 @deftypefn {Statement} return YYABORT @code{;}
10902 @code{YYABORT} symbols (@pxref{Table of Symbols}) cannot obviously be
10910 @code{YYABORT} will cause a return from the @code{yyparse}
11817 @deffn {Macro} YYABORT
[all …]
/external/bison/
DTODO114 YYABORT;
DChangeLog-19981369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
1440 (yyparse): Call YYABORT instead of YYERROR, due to last change in
DNEWS1333 ** %destructor vs. YYABORT, YYACCEPT, and YYERROR.
1334 Destructors are now called when user code invokes YYABORT, YYACCEPT,
2039 LocalWords: YYRECOVERING nonfree destructors YYABORT YYACCEPT params enums de
DChangeLog1455 Cover more test cases: yyerror, YYERROR, YYABORT, and
DChangeLog-20129329 * NEWS: Reword %destructor vs YYABORT etc.
9367 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
10555 if YYABORT is used).
11000 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
11929 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
13384 (YYABORT, YYACCEPT, YYERROR): New.