Searched refs:yyerrstatus (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c452 #define yyerrok (yyerrstatus = 0)
463 #define YYRECOVERING() (!!yyerrstatus)
687 int yyerrstatus; local
739 yyerrstatus = 0;
945 if (yyerrstatus)
946 yyerrstatus--;
1127 if (!yyerrstatus)
1186 if (yyerrstatus == 3)
1202 yyerrstatus = 3; /* Each real token shifted decrements this */
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp663 #define yyerrok (yyerrstatus = 0)
673 #define YYRECOVERING() (!!yyerrstatus)
1111 int yyerrstatus;
1160 yyerrstatus = 0;
1293 if (yyerrstatus)
1294 yyerrstatus--;
1742 if (!yyerrstatus)
1783 if (yyerrstatus == 3)
1831 yyerrstatus = 3; /* Each real token shifted decrements this. */
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped739 #define yyerrok (yyerrstatus = 0)
755 #define YYRECOVERING() (!!yyerrstatus)
1201 int yyerrstatus;
1241 yyerrstatus = 0;
1400 if (yyerrstatus)
1401 yyerrstatus--;
1870 if (!yyerrstatus)
1981 if (yyerrstatus == 3)
2025 yyerrstatus = 3; /* Each real token shifted decrements this. */
/external/libpcap/
H A Dgrammar.c1382 #define yyerrok (yyerrstatus = 0)
1392 #define YYRECOVERING() (!!yyerrstatus)
1832 int yyerrstatus; local
1881 yyerrstatus = 0;
2014 if (yyerrstatus)
2015 yyerrstatus--;
3465 if (!yyerrstatus)
3506 if (yyerrstatus == 3)
3554 yyerrstatus = 3; /* Each real token shifted decrements this. */
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1594 #define yyerrok (yyerrstatus = 0)
1604 #define YYRECOVERING() (!!yyerrstatus)
2121 int yyerrstatus;
2181 yyerrstatus = 0;
2320 if (yyerrstatus)
2321 yyerrstatus--;
4919 if (!yyerrstatus)
4960 if (yyerrstatus == 3)
5009 yyerrstatus = 3; /* Each real token shifted decrements this. */
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dparser.c1066 #define yyerrok (yyerrstatus = 0)
1076 #define YYRECOVERING() (!!yyerrstatus)
1765 int yyerrstatus; local
1814 yyerrstatus = 0;
1947 if (yyerrstatus)
1948 yyerrstatus--;
3222 if (!yyerrstatus)
3263 if (yyerrstatus == 3)
3311 yyerrstatus = 3; /* Each real token shifted decrements this. */

Completed in 350 milliseconds