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 972 shf_reopen(2, SHF_WR, shl_out);
1204 shf_fprintf(shl_out, Tf_sD_, "internal error");
1210 shf_fprintf(shl_out, Tf_sD_, builtin_argv0);
1211 shf_vfprintf(shl_out, fmt, ap);
1212 shf_putchar('\n', shl_out);
1214 shf_flush(shl_out);
1319 shf_fprintf(shl_out, Tf_sD_, kshname + (*kshname == '-'));
1321 shf_fprintf(shl_out, "%s[%lu]: ", source->file,
1328 /* printf to shl_out (stderr) with flush */
1335 /* shl_out may not be set up yet... *
    [all...]
jobs.c 604 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n",
606 shf_flush(shl_out);
626 shf_fprintf(shl_out, "[%d]", j->job);
628 shf_fprintf(shl_out, Tf__d,
630 shf_putchar('\n', shl_out);
631 shf_flush(shl_out);
1001 j_print(j, JP_MEDIUM, shl_out);
1015 shf_flush(shl_out);
1288 j_print(j, JP_SHORT, shl_out);
1289 shf_flush(shl_out);
    [all...]
lex.c 1206 shf_vfprintf(shl_out, fmt, va);
1329 shf_puts(s->str, shl_out);
1330 shf_flush(shl_out);
    [all...]
funcs.c 1476 "\tkill -l [exit_status ...]\n", shl_out);
    [all...]
edit.c 101 #define x_flush() shf_flush(shl_out)
105 #define x_putc(c) shf_putc((c), shl_out)
174 shf_putc(c, shl_out);
276 co.shf = shl_out;
    [all...]
exec.c     [all...]
sh.h 1175 #define shl_out macro
    [all...]

Completed in 254 milliseconds