ncr53cxxx.c | 300 FILE *errfp; variable in typeref:typename:FILE * 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) [all...] |