/external/mksh/src/ |
main.c | 967 shf_reopen(2, SHF_WR, shl_out); 1187 shf_fprintf(shl_out, "internal error: "); 1193 shf_fprintf(shl_out, "%s: ", builtin_argv0); 1194 shf_vfprintf(shl_out, fmt, ap); 1195 shf_putchar('\n', shl_out); 1197 shf_flush(shl_out); 1303 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-')); 1305 shf_fprintf(shl_out, "%s[%d]: ", source->file, 1311 /* printf to shl_out (stderr) with flush */ 1318 /* shl_out may not be set up yet... * [all...] |
jobs.c | 559 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n", 561 shf_flush(shl_out); 581 shf_fprintf(shl_out, "[%d]", j->job); 583 shf_fprintf(shl_out, " %d", 585 shf_putchar('\n', shl_out); 586 shf_flush(shl_out); 956 j_print(j, JP_MEDIUM, shl_out); 970 shf_flush(shl_out); 1232 j_print(j, JP_SHORT, shl_out); 1233 shf_flush(shl_out); [all...] |
exec.c | 143 shl_out); 145 shf_fprintf(shl_out, "%s%c", ap[i], 147 shf_flush(shl_out); 652 shl_out); 653 shf_fprintf(shl_out, "%s%c", cp, 656 shf_flush(shl_out); [all...] |
lex.c | 1221 shf_vfprintf(shl_out, fmt, va); 1344 shf_puts(s->str, shl_out); 1345 shf_flush(shl_out); [all...] |
funcs.c | 1338 "\tkill -l [exit_status ...]\n", shl_out); [all...] |
edit.c | 90 #define x_flush() shf_flush(shl_out) 94 #define x_putc(c) shf_putc((c), shl_out) 163 shf_putc(c, shl_out); [all...] |
sh.h | 835 #define shl_out (&shf_iob[2]) macro [all...] |