Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1023 shf_reopen(2, SHF_WR, shl_out); in quitenv()
1255 shf_fprintf(shl_out, Tf_sD_, "internal error"); in vwarningf()
1261 shf_fprintf(shl_out, Tf_sD_, builtin_argv0); in vwarningf()
1262 shf_vfprintf(shl_out, fmt, ap); in vwarningf()
1263 shf_putchar('\n', shl_out); in vwarningf()
1265 shf_flush(shl_out); in vwarningf()
1368 shf_fprintf(shl_out, Tf_sD_, kshname + (*kshname == '-')); in error_prefix()
1370 shf_fprintf(shl_out, "%s[%lu]: ", source->file, in error_prefix()
1387 shf_vfprintf(shl_out, fmt, va); in shellf()
1389 shf_flush(shl_out); in shellf()
[all …]
Djobs.c611 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n", in exchild()
613 shf_flush(shl_out); in exchild()
633 shf_fprintf(shl_out, "[%d]", j->job); in exchild()
635 shf_fprintf(shl_out, Tf__d, in exchild()
637 shf_putchar('\n', shl_out); in exchild()
638 shf_flush(shl_out); in exchild()
1008 j_print(j, JP_MEDIUM, shl_out); in j_notify()
1028 shf_flush(shl_out); in j_notify()
1301 j_print(j, JP_SHORT, shl_out); in j_waitj()
1302 shf_flush(shl_out); in j_waitj()
Dlex.c1226 shf_vfprintf(shl_out, fmt, va); in yyerror()
1227 shf_putc('\n', shl_out); in yyerror()
1350 shf_puts(s->str, shl_out); in getsc_uu()
1351 shf_flush(shl_out); in getsc_uu()
1567 shf_write(cp, cp2 - cp, shl_out); in pprompt()
1574 shf_putc(*cp, shl_out); in pprompt()
1577 shf_flush(shl_out); in pprompt()
Dfuncs.c1111 "\tkill -l [exit_status ...]\n", shl_out); in c_kill()
1700 shf_puts(ccp + 1, shl_out); in c_read()
1701 shf_flush(shl_out); in c_read()
2414 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex()
2417 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
2421 p_time(shl_out, true, usrtime.tv_sec, usrtime.tv_usec, in timex()
2424 p_time(shl_out, false, usrtime.tv_sec, usrtime.tv_usec, in timex()
2427 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()
2430 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
2432 shf_flush(shl_out); in timex()
Dedit.c102 #define x_flush() shf_flush(shl_out)
106 #define x_putc(c) shf_putc((c), shl_out)
179 shf_putc(c, shl_out); in x_putcf()
281 co.shf = shl_out; in x_print_expansions()
2076 shf_puts(MKSH_CLS_STRING, shl_out); in x_cls()
2093 shf_puts(KSH_ESC_STRING "[K", shl_out); in x_clrtoeol()
2963 shf_puts("\xEF\xBF\xBD", shl_out); in x_e_putc3()
Dexec.c1584 shf_reopen(2, SHF_WR, shl_out); in iosetup()
1767 co.shf = shl_out; in pr_menu()
Dsh.h1267 #define shl_out (&shf_iob[2]) macro