Searched refs:yyerrstatus (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 452 #define yyerrok (yyerrstatus = 0) 463 #define YYRECOVERING() (!!yyerrstatus) 687 int yyerrstatus; in yyparse() local 739 yyerrstatus = 0; in yyparse() 945 if (yyerrstatus) in yyparse() 946 yyerrstatus--; in yyparse() 1127 if (!yyerrstatus) in yyparse() 1186 if (yyerrstatus == 3) in yyparse() 1202 yyerrstatus = 3; /* Each real token shifted decrements this */ in yyparse()
|
/external/bison/data/ |
D | yacc.c | 230 int yyerrstatus; 736 #define yyerrok (yyerrstatus = 0) 761 #define YYRECOVERING() (!!yyerrstatus) 1483 #define yyerrstatus yyps->yyerrstatus 1572 yyerrstatus = 0; 1744 if (yyerrstatus) 1745 yyerrstatus--; 1852 if (!yyerrstatus) 1896 if (yyerrstatus == 3) 1945 yyerrstatus = 3; /* Each real token shifted decrements this. */
|
/external/bison/src/ |
D | parse-gram.c | 924 #define yyerrok (yyerrstatus = 0) 949 #define YYRECOVERING() (!!yyerrstatus) 1923 int yyerrstatus; local 1993 yyerrstatus = 0; 2148 if (yyerrstatus) 2149 yyerrstatus--; 2945 if (!yyerrstatus) 2989 if (yyerrstatus == 3) 3038 yyerrstatus = 3; /* Each real token shifted decrements this. */
|
/external/libpcap/ |
D | grammar.c | 1395 #define yyerrok (yyerrstatus = 0) 1405 #define YYRECOVERING() (!!yyerrstatus) 1837 int yyerrstatus; in yyparse() local 1886 yyerrstatus = 0; in yyparse() 2019 if (yyerrstatus) in yyparse() 2020 yyerrstatus--; in yyparse() 3470 if (!yyerrstatus) in yyparse() 3511 if (yyerrstatus == 3) in yyparse() 3559 yyerrstatus = 3; /* Each real token shifted decrements this. */ in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 739 #define yyerrok (yyerrstatus = 0) 755 #define YYRECOVERING() (!!yyerrstatus) 1198 int yyerrstatus; 1238 yyerrstatus = 0; 1397 if (yyerrstatus) 1398 yyerrstatus--; 1866 if (!yyerrstatus) 1977 if (yyerrstatus == 3) 2021 yyerrstatus = 3; /* Each real token shifted decrements this. */
|
/external/bison/ |
D | ChangeLog-2012 | 6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and 6165 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc 6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs, 9947 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
|