Home
last modified time | relevance | path

Searched refs:shf_puts (Results 1 – 10 of 10) sorted by relevance

/external/mksh/src/
Dtree.c86 shf_puts("#no-vars# ", shf); in ptree()
94 shf_puts(cp, shf); in ptree()
101 shf_puts("#no-args# ", shf); in ptree()
123 shf_puts("! ", shf); in ptree()
129 shf_puts("[[", shf); in ptree()
132 shf_puts(" ]] ", shf); in ptree()
139 shf_puts("in ", shf); in ptree()
220 shf_puts("<botch>", shf); in ptree()
238 shf_puts(iop->heredoc, shf); in ptree()
275 shf_puts("<<", shf); in pioact()
[all …]
Dfuncs.c681 shf_puts(id, shl_stdout); in do_whence()
694 shf_puts(" is a", shl_stdout); in do_whence()
696 shf_puts("n exported", shl_stdout); in do_whence()
698 shf_puts(" traced", shl_stdout); in do_whence()
700 shf_puts(" undefined", shl_stdout); in do_whence()
705 shf_puts(T_function, shl_stdout); in do_whence()
719 shf_puts(tp->val.s, shl_stdout); in do_whence()
737 shf_puts(" is a reserved word", shl_stdout); in do_whence()
846 shf_puts(ap->name, shl_stdout); in c_alias()
876 shf_puts(ap->name, shl_stdout); in c_alias()
[all …]
Dmisc.c168 shf_puts("Current option settings\n", shl_stdout); in printoptions()
189 shf_puts(Tset, shl_stdout); in printoptions()
321 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace); in change_xtrace()
1365 shf_puts(s, shf); in print_value_quoted()
1518 shf_puts(str, opts->shf); in print_columns()
1542 shf_puts(str, opts->shf); in print_columns()
Djobs.c846 shf_puts(p->command, shl_stdout); in j_resume()
848 shf_puts("| ", shl_stdout); in j_resume()
1624 shf_puts(filler, shf); in j_print()
1637 shf_puts(buf, shf); in j_print()
Dvar.c2074 shf_puts(vp->name, shl_stdout); in c_typeset()
2188 shf_puts(vp->name, shl_stdout); in c_typeset_vardump()
2195 shf_puts(s, shl_stdout); in c_typeset_vardump()
Dedit.c2076 shf_puts(MKSH_CLS_STRING, shl_out); in x_cls()
2093 shf_puts(KSH_ESC_STRING "[K", shl_out); in x_clrtoeol()
2450 shf_puts(x_mapout(prefix == 1 ? CTRL_BO : in x_print()
2963 shf_puts("\xEF\xBF\xBD", shl_out); in x_e_putc3()
Dshf.c647 shf_puts(const char *s, struct shf *shf) in shf_puts() function
Dlex.c1350 shf_puts(s->str, shl_out); in getsc_uu()
Dexec.c1621 shf_puts(ccp, shf); in hereinval()
Dsh.h2618 ssize_t shf_puts(const char *, struct shf *);