Home
last modified time | relevance | path

Searched refs:csherr (Results 1 – 9 of 9) sorted by relevance

/openbsd/bin/csh/
H A Derror.c329 (void) fflush(csherr); in stderror()
336 (void) fprintf(csherr, "%s: ", bname); in stderror()
339 (void) fprintf(csherr, "%s.\n", seterr); in stderror()
342 (void) vfprintf(csherr, errorlist[id], va); in stderror()
344 (void) fprintf(csherr, ".\n"); in stderror()
357 (void) fflush(csherr); in stderror()
H A Dcsh.c75 FILE *cshin, *cshout, *csherr; variable
178 csherr = stderr; in main()
253 (void) fclose(csherr); in main()
258 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef))) in main()
262 (void) setvbuf(csherr, NULL, _IOLBF, 0); in main()
543 (void) fprintf(csherr, "Warning: no access to tty (%s).\n", in main()
545 (void) fprintf(csherr, "Thus no job control in this shell.\n"); in main()
1094 prlex(csherr, &paraml); in process()
H A Dproc.c272 (void) fprintf(csherr, "BUG: waiting for background job!\n"); in pjwait()
399 (void) fprintf(csherr, "BUG: process flushed twice"); in pflush()
755 (void) fprintf(csherr, "BUG: status=%-9o", status); in pprint()
1041 (void) fprintf(csherr, "%s: Already suspended\n", in pkill()
1056 (void) fprintf(csherr, "%s: %s\n", vis_str(cp), in pkill()
1071 (void) fprintf(csherr, "%s: illegal process id\n", pidnam); in pkill()
1076 (void) fprintf(csherr, "%d: %s\n", pid, strerror(errno)); in pkill()
1367 (void) fprintf(csherr, "csh: setpgid error.\n"); in pgetty()
H A Dexec.c414 (void) fflush(csherr); in xechoit()
415 blkpr(csherr, t); in xechoit()
416 (void) fputc('\n', csherr); in xechoit()
712 (void) fprintf(csherr, in tellmewhat()
H A Ddir.c76 (void) fprintf(csherr, "csh: %s\n", strerror(errno)); in dinit()
81 (void) fprintf(csherr, emsg, vis_str(hp)); in dinit()
88 (void) fprintf(csherr, "csh: %s: %s\n", tcp, strerror(errno)); in dinit()
113 (void) fprintf(csherr, emsg, "/"); in dinit()
H A Dlex.c1351 (void) fprintf(csherr, "Reset tty pgrp from %d to %d\n", in readc()
1357 (void) fprintf(csherr,"\nUse \"logout\" to logout.\n"); in readc()
1359 (void) fprintf(csherr,"\nUse \"exit\" to leave csh.\n"); in readc()
1509 (void) fprintf(csherr, "Bad seek type %d\n", aret); in bseek()
1531 (void) fprintf(csherr, "Bad seek type %d\n", aret); in btell()
H A Dcsh.h73 extern FILE *cshin, *cshout, *csherr;
H A Dset.c572 (void) fprintf(csherr, in exportpath()
H A Dfunc.c1230 (void) fprintf(csherr, "%s: %s: Can't %s%s limit\n", bname, lp->limname, in setlim()