Searched refs:shf_puts (Results 1 – 11 of 11) sorted by relevance
/third_party/mksh/ |
D | tree.c | 46 shf_puts(shf_sclose(&ptree_heredoc), (shf)); \ 101 shf_puts("#no-vars# ", shf); in ptree() 110 shf_puts(cp, shf); in ptree() 119 shf_puts("#no-args# ", shf); in ptree() 142 shf_puts("! ", shf); in ptree() 148 shf_puts("[[", shf); in ptree() 151 shf_puts(" ]] ", shf); in ptree() 158 shf_puts("in ", shf); in ptree() 239 shf_puts("<botch>", shf); in ptree() 268 shf_puts("<<<", shf); in pioact() [all …]
|
D | ulimit.c | 339 shf_puts("unknown\n", shl_stdout); in print_ulimit() 349 shf_puts("unlimited\n", shl_stdout); in print_ulimit()
|
D | funcs.c | 683 shf_puts(id, shl_stdout); in do_whence() 696 shf_puts(" is a", shl_stdout); in do_whence() 698 shf_puts("n exported", shl_stdout); in do_whence() 700 shf_puts(" traced", shl_stdout); in do_whence() 702 shf_puts(" undefined", shl_stdout); in do_whence() 707 shf_puts(T_function, shl_stdout); in do_whence() 734 shf_puts(xp, shl_stdout); in do_whence() 737 shf_puts(tp->val.s, shl_stdout); in do_whence() 759 shf_puts(" is a reserved word", shl_stdout); in do_whence() 1136 shf_puts("usage:\tkill [-s signame | -signum | -signame]" in c_kill() [all …]
|
D | misc.c | 192 shf_puts("Current option settings\n", shl_stdout); in printoptions() 213 shf_puts(Tset, shl_stdout); in printoptions() 214 shf_puts(To_o_reset, shl_stdout); in printoptions() 364 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace); in change_xtrace() 1417 shf_puts(s, shf); in print_value_quoted() 1570 shf_puts(str, opts->shf); in print_columns() 1594 shf_puts(str, opts->shf); in print_columns()
|
D | jobs.c | 851 shf_puts(p->command, shl_stdout); 853 shf_puts("| ", shl_stdout); 1633 shf_puts(filler, shf); 1646 shf_puts(buf, shf);
|
D | var.c | 2110 shf_puts(vp->name, shl_stdout); in c_typeset() 2224 shf_puts(vp->name, shl_stdout); in c_typeset_vardump() 2231 shf_puts(s, shl_stdout); in c_typeset_vardump()
|
D | edit.c | 2115 shf_puts(MKSH_CLS_STRING, shl_out); in x_cls() 2132 shf_puts(KSH_ESC_STRING "[K", shl_out); in x_clrtoeol() 2470 shf_puts("bind ", shl_stdout); in x_bind_showone() 2473 shf_puts("-m ", shl_stdout); in x_bind_showone() 2507 shf_puts(x_ftab[f].xf_name, shl_stdout); in x_bind_showone() 3035 shf_puts("\xEF\xBF\xBD", shl_out); in x_e_putc3()
|
D | shf.c | 648 shf_puts(const char *s, struct shf *shf) in shf_puts() function
|
D | lex.c | 1349 shf_puts(s->str, shl_out); in getsc_uu()
|
D | exec.c | 1615 shf_puts(ccp, shf); in hereinval()
|
D | sh.h | 2701 ssize_t shf_puts(const char *, struct shf *);
|