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 949 shf_reopen(2, SHF_WR, shl_out);
1171 shf_fprintf(shl_out, "internal error: ");
1177 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1178 shf_vfprintf(shl_out, fmt, ap);
1179 shf_putchar('\n', shl_out);
1181 shf_flush(shl_out);
1287 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1289 shf_fprintf(shl_out, "%s[%lu]: ", source->file,
1296 /* printf to shl_out (stderr) with flush */
1303 /* shl_out may not be set up yet... *
    [all...]
jobs.c 605 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n",
607 shf_flush(shl_out);
627 shf_fprintf(shl_out, "[%d]", j->job);
629 shf_fprintf(shl_out, " %d",
631 shf_putchar('\n', shl_out);
632 shf_flush(shl_out);
1002 j_print(j, JP_MEDIUM, shl_out);
1016 shf_flush(shl_out);
1289 j_print(j, JP_SHORT, shl_out);
1290 shf_flush(shl_out);
    [all...]
lex.c 1246 shf_vfprintf(shl_out, fmt, va);
1369 shf_puts(s->str, shl_out);
1370 shf_flush(shl_out);
    [all...]
funcs.c 1359 "\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)
164 shf_putc(c, shl_out);
    [all...]
sh.h 853 #define shl_out (&shf_iob[2]) macro
    [all...]

Completed in 455 milliseconds