Home
last modified time | relevance | path

Searched refs:yynerrors (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l38 int yynerrors; variable
139 yynerrors++;
H A Dinj_grammar.y384 if (yynerrors != 0) {
385 die("parsing failed - %d error%s\n", yynerrors,
386 (yynerrors > 1 ? "s" : ""));
H A Dinj_lex.h34 extern int yynerrors;