Home | History | Annotate | Download | only in doc

Lines Matching full:yyerrok

2519      | error '\n' { yyerrok;                  }
2527 `yyerrok', a macro defined automatically by Bison; its meaning is that
2529 difference between `yyerrok' and `yyerror'; neither one is a misprint.
2845 | error '\n' { yyerrok; }
6275 -- Macro: yyerrok `;'
7654 `yyerrok' in an action. If you do this in the error rule's action, no
7656 `yyerrok;' is a valid C statement.
10993 -- Macro: yyerrok
12588 * yyerrok <1>: Action Features. (line 81)
12589 * yyerrok <2>: Table of Symbols. (line 294)
12590 * yyerrok: Error Recovery. (line 94)