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