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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp365 #define yyerrok (yyerrstatus = 0)
377 #define YYRECOVERING() (!!yyerrstatus)
536 int yyerrstatus; /* number of tokens to shift before error messages enabled */
579 yyerrstatus = 0;
790 if (yyerrstatus) yyerrstatus--;
1005 if (! yyerrstatus)
1059 if (yyerrstatus == 3)
1078 yyerrstatus = 3; /* Each real token shifted decrements this */
534 int yyerrstatus; /* number of tokens to shift before error messages enabled */ variable
H A DOSUnserializeXML.cpp686 #define yyerrok (yyerrstatus = 0)
702 #define YYRECOVERING() (!!yyerrstatus)
1261 int yyerrstatus;
1307 yyerrstatus = 0;
1453 if (yyerrstatus)
1454 yyerrstatus--;
1684 if (!yyerrstatus)
1726 if (yyerrstatus == 3)
1774 yyerrstatus = 3; /* Each real token shifted decrements this. */

Completed in 23 milliseconds