Searched refs:YYABORT (Results 1 – 24 of 24) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | prsa_par.y | 181 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/ |
D | conf-parse.y | 103 YYABORT; 113 YYABORT; 122 YYABORT; 146 YYABORT; 275 YYABORT; 286 YYABORT; 294 YYABORT; 302 YYABORT; 310 YYABORT; 318 YYABORT;
|
/external/iproute2/tc/ |
D | emp_ematch.y | 64 YYABORT; 70 YYABORT;
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 207 YYABORT; 228 YYABORT; 250 YYABORT; 337 YYABORT;
|
/external/e2fsprogs/intl/ |
D | plural.c | 457 #define YYABORT goto yyabortlab macro 840 YYABORT; in yyparse() 1009 YYABORT; in yyparse() 1193 YYABORT; in yyparse() 1229 YYABORT; in yyparse()
|
D | plural.y | 153 YYABORT;
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 142 #define YYABORT goto yyabortlab macro 619 YYABORT; in parse() 674 YYABORT; in parse()
|
/external/bison/data/ |
D | lalr1.cc | 349 #define YYABORT goto yyabortlab 731 YYABORT; 786 YYABORT;
|
D | lalr1.java | 303 public static final int YYABORT = 1; 673 case YYABORT:
|
D | yacc.c | 742 #define YYABORT goto yyabortlab 1661 YYABORT; 1905 YYABORT; 1963 YYABORT;
|
D | glr.c | 843 # undef YYABORT 844 # define YYABORT return yyabort 874 # undef YYABORT
|
/external/bison/tests/ |
D | c++.at | 308 | 'T' { $$ = YY_NULL; delete $1; YYABORT; } 323 // 'T': call YYABORT in the action
|
D | regression.at | 1268 YYABORT; 1375 YYABORT;
|
/external/bison/src/ |
D | parse-gram.c | 930 #define YYABORT goto yyabortlab macro 2085 YYABORT; 2998 YYABORT; 3056 YYABORT;
|
/external/libpcap/ |
D | grammar.c | 1401 #define YYABORT goto yyabortlab macro 1960 YYABORT; in yyparse() 3520 YYABORT; in yyparse() 3577 YYABORT; in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 745 #define YYABORT goto yyabortlab 1326 YYABORT; 1986 YYABORT; 2039 YYABORT; 2069 | yyabortlab -- YYABORT comes here. |
|
/external/bison/doc/ |
D | refcard.tex | 487 \key{Quit parsing immediately. Return 1.} {YYABORT}
|
D | bison.info | 4766 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 …]
|
D | bison.texi | 4698 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/ |
D | TODO | 114 YYABORT;
|
D | ChangeLog-1998 | 1369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here. 1440 (yyparse): Call YYABORT instead of YYERROR, due to last change in
|
D | NEWS | 1333 ** %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
|
D | ChangeLog | 1455 Cover more test cases: yyerror, YYERROR, YYABORT, and
|
D | ChangeLog-2012 | 9329 * 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.
|