Searched defs:yyerrstatus (Results 1 - 5 of 5) 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/elfutils/src/
H A Dldscript.c643 #define yyerrok (yyerrstatus = 0)
659 #define YYRECOVERING() (!!yyerrstatus)
1000 int yyerrstatus;
1040 yyerrstatus = 0;
1199 if (yyerrstatus)
1200 yyerrstatus--;
1688 if (!yyerrstatus)
1755 if (yyerrstatus == 3)
1810 yyerrstatus = 3; /* Each real token shifted decrements this. */
997 int yyerrstatus; local
/external/bison/src/
H A Dparse-gram.c830 #define yyerrok (yyerrstatus = 0)
846 #define YYRECOVERING() (!!yyerrstatus)
1495 int yyerrstatus;
1546 yyerrstatus = 0;
1711 if (yyerrstatus)
1712 yyerrstatus--;
2193 if (!yyerrstatus)
2235 if (yyerrstatus == 3)
2284 yyerrstatus = 3; /* Each real token shifted decrements this. */
1492 int yyerrstatus; local
/external/libpcap/
H A Dgrammar.c1126 #define yyerrok (yyerrstatus = 0)
1142 #define YYRECOVERING() (!!yyerrstatus)
1558 int yyerrstatus;
1598 yyerrstatus = 0;
1757 if (yyerrstatus)
1758 yyerrstatus--;
2748 if (!yyerrstatus)
2859 if (yyerrstatus == 3)
2903 yyerrstatus = 3; /* Each real token shifted decrements this. */
1555 int yyerrstatus; local
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c936 #define yyerrok (yyerrstatus = 0)
961 #define YYRECOVERING() (!!yyerrstatus)
1534 int yyerrstatus;
1595 yyerrstatus = 0;
1764 if (yyerrstatus)
1765 yyerrstatus--;
2696 if (!yyerrstatus)
2738 if (yyerrstatus == 3)
2787 yyerrstatus = 3; /* Each real token shifted decrements this. */
1532 int yyerrstatus; local

Completed in 844 milliseconds