Searched refs:errstr (Results 1 – 1 of 1) sorted by relevance
7 int yyerror(char* errstr);307 int yyerror(char* errstr) in yyerror() argument309 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr); in yyerror()