Searched refs:shl_stdout (Results 1 – 8 of 8) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 527 shf_puts(id, shl_stdout); in c_whence() 534 shf_puts(" is a", shl_stdout); in c_whence() 541 shf_puts(" reserved word", shl_stdout); in c_whence() 555 shf_puts("n exported", shl_stdout); in c_whence() 557 shf_puts(" traced", shl_stdout); in c_whence() 559 shf_puts(" undefined", shl_stdout); in c_whence() 564 shf_puts(T_function, shl_stdout); in c_whence() 577 shf_puts(" is ", shl_stdout); in c_whence() 584 shf_puts(tp->val.s, shl_stdout); in c_whence() 596 shf_putc('\n', shl_stdout); in c_whence() [all …]
|
D | misc.c | 169 shf_puts("Current option settings\n", shl_stdout); in printoptions() 184 print_columns(shl_stdout, n, options_fmt_entry, &oi, in printoptions() 188 shf_puts(Tset, shl_stdout); in printoptions() 195 shf_putc('\n', shl_stdout); in printoptions() 1044 shf_puts(s, shl_stdout); in print_value_quoted() 1056 shf_putc('\'', shl_stdout); in print_value_quoted() 1059 shf_putc('\\', shl_stdout); in print_value_quoted() 1061 shf_putc('\'', shl_stdout); in print_value_quoted() 1064 shf_putc(*p, shl_stdout); in print_value_quoted() 1067 shf_putc('\'', shl_stdout); in print_value_quoted()
|
D | histrap.c | 230 shf_fprintf(shl_stdout, "%d", in c_fc() 232 shf_putc('\t', shl_stdout); in c_fc() 237 shf_fprintf(shl_stdout, "%s\n\t", s); in c_fc() 241 shf_fprintf(shl_stdout, "%s\n", s); in c_fc() 243 shf_flush(shl_stdout); in c_fc()
|
D | jobs.c | 788 shf_puts(p->command, shl_stdout); in j_resume() 790 shf_puts("| ", shl_stdout); in j_resume() 792 shf_putc('\n', shl_stdout); in j_resume() 793 shf_flush(shl_stdout); in j_resume() 918 j_print(j, how, shl_stdout); in j_jobs()
|
D | main.c | 1206 shf_vfprintf(shl_stdout, fmt, va); in shprintf() 1226 shf_fdopen(1, SHF_WR, shl_stdout); in initio()
|
D | exec.c | 1254 shf_reopen(1, SHF_WR, shl_stdout); in call_builtin() 1258 shf_flush(shl_stdout); in call_builtin()
|
D | sh.h | 702 #define shl_stdout (&shf_iob[1]) macro
|
D | edit.c | 2363 CTRL('[') : CTRL('X')), shl_stdout); in x_print()
|