/external/e2fsprogs/intl/ |
D | plural.c | 12 #define yynerrs __gettextnerrs macro 654 int yynerrs; 740 yynerrs = 0; in yyparse() 1129 ++yynerrs; in yyparse()
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 69 #define yynerrs ppnerrs macro 1236 int yynerrs; local 1290 yynerrs = 0; 1708 ++yynerrs;
|
/external/bison/data/ |
D | yacc.c | 217 int yynerrs;]])]) 226 int yynerrs; 367 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[ 1573 yynerrs = 0; 1854 ++yynerrs;
|
D | glr.c | 203 #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/libpcap/ |
D | grammar.c | 58 #define yynerrs pcap_nerrs macro 1524 int yynerrs; variable 1596 yynerrs = 0; 2746 ++yynerrs;
|
/external/elfutils/src/ |
D | ldscript.c | 68 #define yynerrs ldnerrs macro 1319 int yynerrs; variable 1401 yynerrs = 0; 2073 ++yynerrs;
|
/external/bison/src/ |
D | parse-gram.c | 71 #define yynerrs gram_nerrs macro 1919 int yynerrs; local 1994 yynerrs = 0; 2947 ++yynerrs;
|
/external/elfutils/libcpu/ |
D | i386_parse.c | 68 #define yynerrs i386_nerrs macro 1310 int yynerrs; variable 1392 yynerrs = 0; 1967 ++yynerrs;
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.c | 71 #define yynerrs glcpp_parser_nerrs macro 1623 int yynerrs; local 1689 yynerrs = 0; 2867 ++yynerrs;
|
D | glsl_parser.cc | 71 #define yynerrs _mesa_glsl_nerrs macro 2728 int yynerrs; local 2794 yynerrs = 0; 5798 ++yynerrs;
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 71 #define yynerrs _mesa_program_nerrs macro 2021 int yynerrs; local 2087 yynerrs = 0; 5187 ++yynerrs;
|
/external/bison/doc/ |
D | refcard.tex | 463 \key{Number of errors encountered.} {yynerrs}
|
D | bison.texi | 5009 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
|
D | bison.info | 5022 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/chromium_org/third_party/angle/src/compiler/ |
D | glslang_tab.cpp | 1995 int yynerrs; local 2060 yynerrs = 0; 4676 ++yynerrs;
|
/external/bison/ |
D | ChangeLog-1998 | 435 * src/output.c (output_headers): Rename yynerrs if -p. 1378 * src/bison.simple (yyparse) [YYPURE]: Add local yynerrs.
|
D | ChangeLog-2012 | 4748 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 …]
|