Searched refs:shl_stdout (Results 1 – 8 of 8) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 797 shf_puts(id, shl_stdout); in c_whence() 801 shf_puts(" is a reserved word", shl_stdout); in c_whence() 813 shf_puts(" is a", shl_stdout); in c_whence() 815 shf_puts("n exported", shl_stdout); in c_whence() 817 shf_puts(" traced", shl_stdout); in c_whence() 819 shf_puts(" undefined", shl_stdout); in c_whence() 824 shf_puts(" function", shl_stdout); in c_whence() 836 shf_puts(" is ", shl_stdout); in c_whence() 842 shf_puts(tp->val.s, shl_stdout); in c_whence() 845 shf_puts(" not found", shl_stdout); in c_whence() [all …]
|
D | misc.c | 152 shf_puts("Current option settings\n", shl_stdout); in printoptions() 167 print_columns(shl_stdout, n, options_fmt_entry, &oi, in printoptions() 171 shf_puts("set", shl_stdout); in printoptions() 177 shf_putc('\n', shl_stdout); in printoptions() 908 shf_puts(s, shl_stdout); in print_value_quoted() 914 shf_putc('\'', shl_stdout); in print_value_quoted() 915 shf_putc('\\', shl_stdout); in print_value_quoted() 918 shf_putc('\'', shl_stdout); in print_value_quoted() 921 shf_putc(*p, shl_stdout); in print_value_quoted() 924 shf_putc('\'', shl_stdout); in print_value_quoted()
|
D | histrap.c | 212 shf_fprintf(shl_stdout, "%d", in c_fc() 214 shf_putc('\t', shl_stdout); in c_fc() 219 shf_fprintf(shl_stdout, "%s\n\t", s); in c_fc() 223 shf_fprintf(shl_stdout, "%s\n", s); in c_fc() 225 shf_flush(shl_stdout); in c_fc()
|
D | jobs.c | 704 shf_puts(p->command, shl_stdout); in j_resume() 706 shf_puts("| ", shl_stdout); in j_resume() 708 shf_putc('\n', shl_stdout); in j_resume() 709 shf_flush(shl_stdout); in j_resume() 845 j_print(j, how, shl_stdout); in j_jobs()
|
D | main.c | 1035 shf_vfprintf(shl_stdout, fmt, va); in shprintf() 1054 shf_fdopen(1, SHF_WR, shl_stdout); /* force buffer allocation */ in initio()
|
D | exec.c | 1096 shf_reopen(1, SHF_WR, shl_stdout); in call_builtin() 1100 shf_flush(shl_stdout); in call_builtin()
|
D | sh.h | 656 #define shl_stdout (&shf_iob[1]) macro
|
D | edit.c | 2329 CTRL('[') : CTRL('X')), shl_stdout); in x_print()
|