Home
last modified time | relevance | path

Searched refs:shl_stdout (Results 1 – 8 of 8) sorted by relevance

/external/mksh/src/
Dfuncs.c546 shf_puts(id, shl_stdout); in c_whence()
553 shf_puts(" is a", shl_stdout); in c_whence()
560 shf_puts(" reserved word", shl_stdout); in c_whence()
569 print_value_quoted(shl_stdout, tp->val.s); in c_whence()
574 shf_puts("n exported", shl_stdout); in c_whence()
576 shf_puts(" traced", shl_stdout); in c_whence()
578 shf_puts(" undefined", shl_stdout); in c_whence()
583 shf_puts(T_function, shl_stdout); in c_whence()
596 shf_puts(" is ", shl_stdout); in c_whence()
603 shf_puts(tp->val.s, shl_stdout); in c_whence()
[all …]
Dhistrap.c278 shf_fprintf(shl_stdout, "%d", in c_fc()
280 shf_putc('\t', shl_stdout); in c_fc()
285 shf_fprintf(shl_stdout, "%s\n\t", s); in c_fc()
289 shf_fprintf(shl_stdout, "%s\n", s); in c_fc()
291 shf_flush(shl_stdout); in c_fc()
Djobs.c794 shf_puts(p->command, shl_stdout); in j_resume()
796 shf_puts("| ", shl_stdout); in j_resume()
798 shf_putc('\n', shl_stdout); in j_resume()
799 shf_flush(shl_stdout); in j_resume()
924 j_print(j, how, shl_stdout); in j_jobs()
Dmisc.c183 shf_puts("Current option settings\n", shl_stdout); in printoptions()
198 print_columns(shl_stdout, n, options_fmt_entry, &oi, in printoptions()
202 shf_puts(Tset, shl_stdout); in printoptions()
209 shf_putc('\n', shl_stdout); in printoptions()
Dmain.c1335 shf_vfprintf(shl_stdout, fmt, va); in shprintf()
1365 shf_fdopen(1, SHF_WR, shl_stdout); in initio()
Dexec.c1268 shf_reopen(1, SHF_WR, shl_stdout); in call_builtin()
1272 shf_flush(shl_stdout); in call_builtin()
Dsh.h834 #define shl_stdout (&shf_iob[1]) macro
Dedit.c2438 CTRL('[') : CTRL('X')), shl_stdout); in x_print()