Home
last modified time | relevance | path

Searched refs:yynerrs (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c12 #define yynerrs __gettextnerrs macro
654 int yynerrs;
740 yynerrs = 0; in yyparse()
1129 ++yynerrs; in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp67 #define yynerrs ppnerrs macro
1084 int yynerrs; in yyparse() local
1138 yynerrs = 0; in yyparse()
1630 ++yynerrs; in yyparse()
/external/bison/data/
Dyacc.c217 int yynerrs;]])])
226 int yynerrs;
367 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[
1573 yynerrs = 0;
1854 ++yynerrs;
Dglr.c203 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[ macro
478 #undef yynerrs
479 #define yynerrs (yystackp->yyerrcnt)
487 [#define b4_prefix[]nerrs yynerrs
494 int yynerrs;
1099 yynerrs = 0;
2139 yynerrs += 1;
/external/bison/src/
Dparse-gram.c71 #define yynerrs gram_nerrs macro
1919 int yynerrs; local
1994 yynerrs = 0;
2947 ++yynerrs;
/external/libpcap/
Dgrammar.c67 #define yynerrs pcap_nerrs macro
1828 int yynerrs; in yyparse() local
1882 yynerrs = 0; in yyparse()
3467 ++yynerrs; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped58 #define yynerrs zconfnerrs
1167 int yynerrs;
1239 yynerrs = 0;
1868 ++yynerrs;
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp2115 int yynerrs; in yyparse() local
2180 yynerrs = 0; in yyparse()
4904 ++yynerrs; in yyparse()
/external/bison/doc/
Drefcard.tex463 \key{Number of errors encountered.} {yynerrs}
Dbison.texi5009 Parsers}, for the details of this. The variable @code{yynerrs}
5800 @code{yynerrs}, @code{yylval}, @code{yylloc}, @code{yychar} and
6376 @vindex yynerrs
6377 The variable @code{yynerrs} contains the number of syntax errors
11721 @code{yylex}, @code{yyerror}, @code{yynerrs}, @code{yylval}, @code{yychar},
11950 @deffn {Variable} yynerrs
12319 @c LocalWords: Rhs YYRHSLOC LE nonassoc op deffn typeless yynerrs nonterminal
Dbison.info5022 The variable `yynerrs' becomes local in `yyparse' in pull mode but it
5682 `yynerrs', `yylval', `yylloc', `yychar' and `yydebug'. If you use a
6190 The variable `yynerrs' contains the number of syntax errors reported
10882 `yylex', `yyerror', `yynerrs', `yylval', `yychar', `yydebug', and
11064 -- Variable: yynerrs
12638 * yynerrs <1>: Table of Symbols. (line 365)
12639 * yynerrs: Error Reporting. (line 69)
/external/bison/
DChangeLog-1998435 * src/output.c (output_headers): Rename yynerrs if -p.
1378 * src/bison.simple (yyparse) [YYPURE]: Add local yynerrs.
DChangeLog-20124748 since multiple impure parsers would corrupt yynerrs.
6117 the push parser code. This patch enables yynerrs in push mode.
6120 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
6121 because push mode is on. Instead, if pure mode is on, move yynerrs
6124 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
6126 (yypush_parse): Don't omit uses of yynerrs in push mode.
6442 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
9350 yystackp->yyloc similar to yychar and yynerrs.
10015 yynerrs is the number of errors reported, not the number of
21739 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
[all …]