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

  /external/mksh/src/
main.c 736 shf_reopen(2, SHF_WR, shl_out);
913 shf_vfprintf(shl_out, fmt, va);
915 shf_putchar('\n', shl_out);
917 shf_flush(shl_out);
929 shf_vfprintf(shl_out, fmt, va);
931 shf_putchar('\n', shl_out);
932 shf_flush(shl_out);
949 shf_fprintf(shl_out, "%s: ", builtin_argv0);
951 shf_vfprintf(shl_out, fmt, va);
953 shf_putchar('\n', shl_out);
    [all...]
jobs.c 498 fptreef(shl_out, 2, "exchild: tried to execute {\n%T\n}\n", t);
499 shf_flush(shl_out);
518 shf_fprintf(shl_out, "[%d]", pi.j->job);
521 shf_fprintf(shl_out, " %d",
523 shf_putchar('\n', shl_out);
524 shf_flush(shl_out);
873 j_print(j, JP_MEDIUM, shl_out);
886 shf_flush(shl_out);
1092 j_print(j, JP_SHORT, shl_out);
1093 shf_flush(shl_out);
    [all...]
exec.c 91 shf_fprintf(shl_out, "%s",
94 shf_fprintf(shl_out, "%s%c", ap[i],
96 shf_flush(shl_out);
521 shf_fprintf(shl_out, "%s",
523 shf_fprintf(shl_out, "%s%c", cp,
526 shf_flush(shl_out);
1244 shf_reopen(2, SHF_WR, shl_out);
    [all...]
lex.c 1236 shf_vfprintf(shl_out, fmt, va);
1354 shf_puts(s->str, shl_out);
1355 shf_flush(shl_out);
    [all...]
funcs.c     [all...]
edit.c 84 #define x_flush() shf_flush(shl_out)
88 #define x_putc(c) shf_putc((c), shl_out)
175 shf_putc(c, shl_out);
    [all...]
sh.h 657 #define shl_out (&shf_iob[2]) macro
    [all...]

Completed in 325 milliseconds