Searched defs:yyerrstatus (Results 1 - 4 of 4) sorted by relevance

/external/bison/data/
H A Dyacc.c230 int yyerrstatus;
736 #define yyerrok (yyerrstatus = 0)
761 #define YYRECOVERING() (!!yyerrstatus)
1483 #define yyerrstatus yyps->yyerrstatus macro
1572 yyerrstatus = 0;
1744 if (yyerrstatus)
1745 yyerrstatus--;
1852 if (!yyerrstatus)
1896 if (yyerrstatus
[all...]
/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/bison/src/
H A Dparse-gram.c924 #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/
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. */

Completed in 180 milliseconds