Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c60 shf_puts("#no-vars# ", shf); in ptree()
66 shf_puts("#no-args# ", shf); in ptree()
89 shf_puts("! ", shf); in ptree()
95 shf_puts("[[", shf); in ptree()
98 shf_puts(" ]] ", shf); in ptree()
105 shf_puts("in ", shf); in ptree()
187 shf_puts("<botch>", shf); in ptree()
205 shf_puts(iop->heredoc, shf); in ptree()
238 shf_puts("<", shf); in pioact()
241 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf); in pioact()
[all …]
Dfuncs.c527 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()
838 shf_puts(vp->name, shl_stdout); in c_typeset()
[all …]
Djobs.c788 shf_puts(p->command, shl_stdout); in j_resume()
790 shf_puts("| ", shl_stdout); in j_resume()
1500 shf_puts(filler, shf); in j_print()
Dexec.c139 shf_puts(substitute(str_val(global("PS4")), 0), in execute()
641 shf_puts(substitute(str_val(global("PS4")), 0), in comexec()
1446 shf_puts(ccp, shf); in hereinval()
Dmisc.c169 shf_puts("Current option settings\n", shl_stdout); in printoptions()
188 shf_puts(Tset, shl_stdout); in printoptions()
1044 shf_puts(s, shl_stdout); in print_value_quoted()
Dshf.c616 shf_puts(const char *s, struct shf *shf) in shf_puts() function
Dlex.c1360 shf_puts(s->str, shl_out); in getsc_uu()
Dsh.h1800 ssize_t shf_puts(const char *, struct shf *);
Dedit.c1984 shf_puts(clrstr, shl_out); in x_e_rebuildline()
2362 shf_puts(x_mapout(prefix == 1 ? in x_print()