Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1032 shf_reopen(2, SHF_WR, shl_out); in quitenv()
1264 shf_fprintf(shl_out, Tf_sD_, "internal error"); in vwarningf()
1270 shf_fprintf(shl_out, Tf_sD_, builtin_argv0); in vwarningf()
1271 shf_vfprintf(shl_out, fmt, ap); in vwarningf()
1272 shf_putchar('\n', shl_out); in vwarningf()
1274 shf_flush(shl_out); in vwarningf()
1377 shf_fprintf(shl_out, Tf_sD_, kshname + (*kshname == '-')); in error_prefix()
1379 shf_fprintf(shl_out, "%s[%lu]: ", source->file, in error_prefix()
1396 shf_vfprintf(shl_out, fmt, va); in shellf()
1398 shf_flush(shl_out); in shellf()
[all …]
Djobs.c604 fptreef(shl_out, 8, "%s: tried to execute {\n\t%T\n}\n", in exchild()
606 shf_flush(shl_out); in exchild()
626 shf_fprintf(shl_out, "[%d]", j->job); in exchild()
628 shf_fprintf(shl_out, Tf__d, in exchild()
630 shf_putchar('\n', shl_out); in exchild()
631 shf_flush(shl_out); in exchild()
1001 j_print(j, JP_MEDIUM, shl_out); in j_notify()
1015 shf_flush(shl_out); in j_notify()
1288 j_print(j, JP_SHORT, shl_out); in j_waitj()
1289 shf_flush(shl_out); in j_waitj()
Dlex.c1205 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()
Dfuncs.c1107 "\tkill -l [exit_status ...]\n", shl_out); in c_kill()
1696 shf_puts(ccp + 1, shl_out); in c_read()
1697 shf_flush(shl_out); in c_read()
2409 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex()
2412 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
2416 p_time(shl_out, true, usrtime.tv_sec, usrtime.tv_usec, in timex()
2419 p_time(shl_out, false, usrtime.tv_sec, usrtime.tv_usec, in timex()
2422 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()
2425 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
2427 shf_flush(shl_out); in timex()
Dedit.c101 #define x_flush() shf_flush(shl_out)
105 #define x_putc(c) shf_putc((c), shl_out)
178 shf_putc(c, shl_out); in x_putcf()
280 co.shf = shl_out; in x_print_expansions()
2080 shf_puts(MKSH_CLS_STRING, shl_out); in x_cls()
2097 shf_puts("\033[K", shl_out); in x_clrtoeol()
2947 shf_puts("\xEF\xBF\xBD", shl_out); in x_e_putc3()
Dexec.c1567 shf_reopen(2, SHF_WR, shl_out); in iosetup()
1750 co.shf = shl_out; in pr_menu()
Dsh.h1213 #define shl_out (&shf_iob[2]) macro