Home
last modified time | relevance | path

Searched refs:shl_out (Results 1 – 7 of 7) sorted by relevance

/third_party/mksh/
Dmain.c1070 shf_reopen(2, SHF_WR, shl_out); in quitenv()
1302 shf_fprintf(shl_out, Tf_sD_, "internal error"); in vwarningf()
1308 shf_fprintf(shl_out, Tf_sD_, builtin_argv0); in vwarningf()
1309 shf_vfprintf(shl_out, fmt, ap); in vwarningf()
1310 shf_putchar('\n', shl_out); in vwarningf()
1312 shf_flush(shl_out); in vwarningf()
1448 shf_fprintf(shl_out, Tf_sD_, kshname + in error_prefix()
1451 shf_fprintf(shl_out, "%s[%lu]: ", source->file, in error_prefix()
1468 shf_vfprintf(shl_out, fmt, va); in shellf()
1470 shf_flush(shl_out); in shellf()
[all …]
Djobs.c616 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n",
618 shf_flush(shl_out);
638 shf_fprintf(shl_out, "[%d]", j->job);
640 shf_fprintf(shl_out, Tf__d,
642 shf_putchar('\n', shl_out);
643 shf_flush(shl_out);
1013 j_print(j, JP_MEDIUM, shl_out);
1033 shf_flush(shl_out);
1306 j_print(j, JP_SHORT, shl_out);
1307 shf_flush(shl_out);
Dlex.c1225 shf_vfprintf(shl_out, fmt, va); in yyerror()
1226 shf_putc('\n', shl_out); in yyerror()
1349 shf_puts(s->str, shl_out); in getsc_uu()
1350 shf_flush(shl_out); in getsc_uu()
1566 shf_write(cp, cp2 - cp, shl_out); in pprompt()
1573 shf_putc(*cp, shl_out); in pprompt()
1576 shf_flush(shl_out); in pprompt()
Dfuncs.c1138 "\tkill -l [exit_status ...]\n", shl_out); in c_kill()
1712 shf_puts(ccp + 1, shl_out); in c_read()
1713 shf_flush(shl_out); in c_read()
2430 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex()
2433 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
2437 p_time(shl_out, true, usrtime.tv_sec, usrtime.tv_usec, in timex()
2440 p_time(shl_out, false, usrtime.tv_sec, usrtime.tv_usec, in timex()
2443 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()
2446 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
2448 shf_flush(shl_out); in timex()
Dedit.c107 #define x_flush() shf_flush(shl_out)
111 #define x_putc(c) shf_putc((c), shl_out)
184 shf_putc_i(c, shl_out); in x_putcf()
286 co.shf = shl_out; in x_print_expansions()
2115 shf_puts(MKSH_CLS_STRING, shl_out); in x_cls()
2132 shf_puts(KSH_ESC_STRING "[K", shl_out); in x_clrtoeol()
3035 shf_puts("\xEF\xBF\xBD", shl_out); in x_e_putc3()
Dexec.c1578 shf_reopen(2, SHF_WR, shl_out); in iosetup()
1761 co.shf = shl_out; in pr_menu()
Dsh.h1331 #define shl_out (&shf_iob[2]) macro