Home | History | Annotate | Download | only in src

Lines Matching full:yyunexpected

1189       static char const yyunexpected[] = "syntax error, unexpected %s";
1192 char yyformat[sizeof yyunexpected
1208 yyfmt = yystpcpy (yyformat, yyunexpected);
1217 yyformat[sizeof yyunexpected - 1] = '\0';