Searched refs:shl_out (Results 1 – 7 of 7) sorted by relevance
/external/mksh/src/ |
D | main.c | 1022 shf_reopen(2, SHF_WR, shl_out); in quitenv() 1254 shf_fprintf(shl_out, Tf_sD_, "internal error"); in vwarningf() 1260 shf_fprintf(shl_out, Tf_sD_, builtin_argv0); in vwarningf() 1261 shf_vfprintf(shl_out, fmt, ap); in vwarningf() 1262 shf_putchar('\n', shl_out); in vwarningf() 1264 shf_flush(shl_out); in vwarningf() 1367 shf_fprintf(shl_out, Tf_sD_, kshname + (*kshname == '-')); in error_prefix() 1369 shf_fprintf(shl_out, "%s[%lu]: ", source->file, in error_prefix() 1386 shf_vfprintf(shl_out, fmt, va); in shellf() 1388 shf_flush(shl_out); in shellf() [all …]
|
D | jobs.c | 617 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n", in exchild() 619 shf_flush(shl_out); in exchild() 639 shf_fprintf(shl_out, "[%d]", j->job); in exchild() 641 shf_fprintf(shl_out, Tf__d, in exchild() 643 shf_putchar('\n', shl_out); in exchild() 644 shf_flush(shl_out); in exchild() 1014 j_print(j, JP_MEDIUM, shl_out); in j_notify() 1034 shf_flush(shl_out); in j_notify() 1307 j_print(j, JP_SHORT, shl_out); in j_waitj() 1308 shf_flush(shl_out); in j_waitj()
|
D | lex.c | 1205 shf_vfprintf(shl_out, fmt, va); in yyerror() 1206 shf_putc('\n', shl_out); in yyerror() 1329 shf_puts(s->str, shl_out); in getsc_uu() 1330 shf_flush(shl_out); in getsc_uu() 1546 shf_write(cp, cp2 - cp, shl_out); in pprompt() 1553 shf_putc(*cp, shl_out); in pprompt() 1556 shf_flush(shl_out); in pprompt()
|
D | funcs.c | 1111 "\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()
|
D | edit.c | 102 #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()
|
D | exec.c | 1574 shf_reopen(2, SHF_WR, shl_out); in iosetup() 1757 co.shf = shl_out; in pr_menu()
|
D | sh.h | 1263 #define shl_out (&shf_iob[2]) macro
|