HomeSort by relevance Sort by last modified time
    Searched refs:shl_out (Results 1 - 7 of 7) sorted by null

  /external/mksh/src/
main.c 993 shf_reopen(2, SHF_WR, shl_out);
1217 shf_fprintf(shl_out, "internal error: ");
1223 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1224 shf_vfprintf(shl_out, fmt, ap);
1225 shf_putchar('\n', shl_out);
1227 shf_flush(shl_out);
1333 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1335 shf_fprintf(shl_out, "%s[%d]: ", source->file,
1341 /* printf to shl_out (stderr) with flush */
1348 /* shl_out may not be set up yet... *
    [all...]
jobs.c 557 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n",
559 shf_flush(shl_out);
579 shf_fprintf(shl_out, "[%d]", j->job);
581 shf_fprintf(shl_out, " %d",
583 shf_putchar('\n', shl_out);
584 shf_flush(shl_out);
954 j_print(j, JP_MEDIUM, shl_out);
968 shf_flush(shl_out);
1232 j_print(j, JP_SHORT, shl_out);
1233 shf_flush(shl_out);
    [all...]
lex.c 1234 shf_vfprintf(shl_out, fmt, va);
1357 shf_puts(s->str, shl_out);
1358 shf_flush(shl_out);
    [all...]
funcs.c 1337 "\tkill -l [exit_status ...]\n", shl_out);
    [all...]
exec.c     [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 834 #define shl_out (&shf_iob[2]) macro
    [all...]

Completed in 46 milliseconds