Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c57 shf_puts("#no-vars# ", shf); in ptree()
62 shf_puts("#no-args# ", shf); in ptree()
84 shf_puts("! ", shf); in ptree()
90 shf_puts("[[", shf); in ptree()
93 shf_puts(" ]] ", shf); in ptree()
103 shf_puts("in ", shf); in ptree()
175 shf_puts("<botch>", shf); in ptree()
192 shf_puts(iop->heredoc, shf); in ptree()
223 shf_puts("< ", shf); in pioact()
226 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf); in pioact()
[all …]
Dfuncs.c797 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 …]
Dmisc.c152 shf_puts("Current option settings\n", shl_stdout); in printoptions()
171 shf_puts("set", shl_stdout); in printoptions()
908 shf_puts(s, shl_stdout); in print_value_quoted()
Dexec.c1298 shf_puts(evalstr(yylval.cp, 0), shf); in herein()
1300 shf_puts(content, shf); in herein()
Djobs.c704 shf_puts(p->command, shl_stdout); in j_resume()
706 shf_puts("| ", shl_stdout); in j_resume()
Dshf.c607 shf_puts(const char *s, struct shf *shf) in shf_puts() function
Dsh.h1640 int shf_puts(const char *, struct shf *);
Dlex.c1354 shf_puts(s->str, shl_out); in getsc__()
Dedit.c1957 shf_puts(clrstr, shl_out); in x_e_rebuildline()
2328 shf_puts(x_mapout(prefix == 1 ? in x_print()