Home | History | Annotate | Download | only in siop

Lines Matching defs:errfp

300 FILE	*errfp;
409 errfp = fopen (errorfile, "w");
411 errfp = stderr;
551 fprintf (errfp, "*** %s ***\n", text);
599 fprintf (errfp, "Error: expected directive, found '%c'\n",
609 fprintf (errfp, "Error: expected directive, found \"%s\"\n",
615 fprintf (errfp, "No function for directive \"%s\"\n", tokens[tokenix].name);
634 fprintf (errfp, "*** Symbol \"%s\" multiply defined\n",
814 fprintf (errfp, "*** Expected digit\n");
1467 if (errfp != listfp && errfp && err_listed == 0) {
1468 fprintf (errfp, "%3d: %s", lineno, inbuf);