Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c807 #define yyerrok (yyerrstatus = 0)
815 #define YYRECOVERING() (!!yyerrstatus)
1109 int yyerrstatus = 0; in yyparse() local
1314 if (yyerrstatus) in yyparse()
1315 yyerrstatus--; in yyparse()
1936 if (!yyerrstatus) in yyparse()
1943 if (yyerrstatus == 3) in yyparse()
1989 yyerrstatus = 3; /* Each real token shifted decrements this. */ in yyparse()
/linux/scripts/kconfig/
A Dparser.tab.c854 #define yyerrok (yyerrstatus = 0)
862 #define YYRECOVERING() (!!yyerrstatus)
1111 int yyerrstatus = 0; in yyparse() local
1300 if (yyerrstatus) in yyparse()
1301 yyerrstatus--; in yyparse()
1781 if (!yyerrstatus) in yyparse()
1787 if (yyerrstatus == 3) in yyparse()
1833 yyerrstatus = 3; /* Each real token shifted decrements this. */ in yyparse()

Completed in 11 milliseconds