| /netbsd-src/bin/csh/ |
| H A D | proc.c | 183 (void)vis_fputc('\r' | QUOTE, cshout); in pchild() 184 (void)fputc('\n', cshout); in pchild() 189 (void)vis_fputc('\r' | QUOTE, cshout); in pchild() 190 (void)fputc('\n', cshout); in pchild() 308 (void) fputc('\n', cshout); in pjwait() 342 (void)fprintf(cshout, "Exit %d\n", reason); in pjwait() 635 (void)fprintf(cshout, "[%d]", pp->p_index); in pendjob() 638 (void)fprintf(cshout, " %ld", (long)pp->p_pid); in pendjob() 641 (void)fputc('\n', cshout); in pendjob() 659 (void)fpurge(cshout); in pprint() [all …]
|
| H A D | file.c | 326 (void)fprintf(cshout, "%s", vis_str(items[i])); in print_by_column() 327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout); in print_by_column() 331 (void) fputc(' ', cshout); in print_by_column() 335 (void)fputc('\r', cshout); in print_by_column() 336 (void)fputc('\n', cshout); in print_by_column() 399 (void)fputc('\b', cshout); in print_recognized_stuff() 400 (void)fputc('\b', cshout); in print_recognized_stuff() 403 (void)fputc(' ', cshout); in print_recognized_stuff() 404 (void)fputc(' ', cshout); in print_recognized_stuff() 405 (void)fputc('\b', cshout); in print_recognized_stuff() [all …]
|
| H A D | csh.c | 80 FILE *cshin, *cshout, *csherr; variable 211 cshout = stdout; in main() 299 (void)fclose(cshout); in main() 304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, in main() 311 (void)setvbuf(cshout, NULL, _IOLBF, 0); in main() 663 (void)fprintf(cshout, "logout\n"); in main() 669 (void)fprintf(cshout, "exit\n"); in main() 1032 (void)fprintf(cshout, "\n"); in pintr1() 1039 (void)fpurge(cshout); in pintr1() 1057 (void)fputc('\r', cshout); in pintr1() [all …]
|
| H A D | exec.c | 489 (void)fprintf(cshout, "%d hits, %d misses, %d%%\n", in hashstat() 625 (void)fprintf(cshout, "%s: \t aliased to ", vis_str(*v)); in dowhich() 626 blkpr(cshout, vp->vec); in dowhich() 627 (void)fputc('\n', cshout); in dowhich() 687 prlex(cshout, lexp); in tellmewhat() 688 (void)fprintf(cshout, "%s: shell built-in command.\n", in tellmewhat() 716 prlex(cshout, lexp); in tellmewhat() 720 prlex(cshout, lexp); in tellmewhat() 727 prlex(cshout, lexp); in tellmewhat() 737 prlex(cshout, lexp); in tellmewhat()
|
| H A D | time.c | 82 prusage(cshout, &ru0, &ru1, &timedol, &time0); in dotime() 257 (void)fprintf(cshout, "%ld:", i); in psecs() 259 P2DIG(cshout, i / 60); in psecs() 263 (void)fprintf(cshout, "%ld", i / 60); in psecs() 266 (void)fputc(':', cshout); in psecs() 267 P2DIG(cshout, i); in psecs()
|
| H A D | func.c | 202 blkpr(cshout, vp->vec); in doalias() 203 (void) fputc('\n', cshout); in doalias() 611 (void)fprintf(cshout, "? "), (void)fflush(cshout); in search() 868 (void)fflush(cshout); in doglob() 903 (void)vis_fputc(c | QUOTE, cshout); in xecho() 906 (void)vis_fputc(sep | QUOTE, cshout); in xecho() 910 (void)fputc('\n', cshout); in xecho() 912 (void)fflush(cshout); in xecho() 936 (void)fprintf(cshout, "%s\n", vis_str(*ep)); in dosetenv() 1081 (void)fprintf(cshout, "%o\n", i); in doumask() [all …]
|
| H A D | dir.c | 218 (void)fprintf(cshout, "%zu\t", idx++); in printdirs() 230 (void)fprintf(cshout, "\n"); in printdirs() 233 (void) fprintf(cshout, "%s%s%c", (s != dp->di_name)? "~" : "", in printdirs() 237 (void)fprintf(cshout, "\n"); in printdirs() 244 (void)fprintf(cshout, "~%s", vis_str(dir + Strlen(home))); in dtildepr() 246 (void)fprintf(cshout, "%s", vis_str(dir)); in dtildepr()
|
| H A D | set.c | 570 el = el_init_fd(getprogname(), cshin, cshout, csherr, in updateediting() 861 (void)fprintf(cshout, "%s\t", short2str(p->v_name)); in plist() 863 (void)fputc('(', cshout); in plist() 864 blkpr(cshout, p->vec); in plist() 866 (void)fputc(')', cshout); in plist() 867 (void)fputc('\n', cshout); in plist()
|
| H A D | err.c | 339 (void)fflush(cshout); in stderror() 369 (void)fflush(cshout); in stderror()
|
| H A D | hist.c | 205 (void)fprintf(cshout, "%6d\t", hp->Hnum); in phist() 206 prlex(cshout, &hp->Hlex); in phist()
|
| H A D | csh.h | 93 extern FILE *cshin, *cshout, *csherr;
|