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 873 shf_reopen(2, SHF_WR, shl_out);
1058 shf_fprintf(shl_out, "internal error: ");
1064 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1065 shf_vfprintf(shl_out, fmt, ap);
1066 shf_putchar('\n', shl_out);
1068 shf_flush(shl_out);
1174 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1176 shf_fprintf(shl_out, "%s[%d]: ", source->file,
1182 /* printf to shl_out (stderr) with flush */
1189 /* shl_out may not be set up yet... *
    [all...]
jobs.c 553 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n",
555 shf_flush(shl_out);
575 shf_fprintf(shl_out, "[%d]", j->job);
577 shf_fprintf(shl_out, " %d",
579 shf_putchar('\n', shl_out);
580 shf_flush(shl_out);
950 j_print(j, JP_MEDIUM, shl_out);
964 shf_flush(shl_out);
1216 j_print(j, JP_SHORT, shl_out);
1217 shf_flush(shl_out);
    [all...]
exec.c 140 shl_out);
142 shf_fprintf(shl_out, "%s%c", ap[i],
144 shf_flush(shl_out);
642 shl_out);
643 shf_fprintf(shl_out, "%s%c", cp,
646 shf_flush(shl_out);
    [all...]
lex.c 1238 shf_vfprintf(shl_out, fmt, va);
1360 shf_puts(s->str, shl_out);
1361 shf_flush(shl_out);
    [all...]
funcs.c 1314 "\tkill -l [exit_status ...]\n", shl_out);
    [all...]
edit.c 86 #define x_flush() shf_flush(shl_out)
90 #define x_putc(c) shf_putc((c), shl_out)
174 shf_putc(c, shl_out);
    [all...]
sh.h 703 #define shl_out (&shf_iob[2]) macro
    [all...]

Completed in 212 milliseconds