Searched refs:shf_puts (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | tree.c | 57 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 …]
|
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() 171 shf_puts("set", shl_stdout); in printoptions() 908 shf_puts(s, shl_stdout); in print_value_quoted()
|
D | exec.c | 1298 shf_puts(evalstr(yylval.cp, 0), shf); in herein() 1300 shf_puts(content, shf); in herein()
|
D | jobs.c | 704 shf_puts(p->command, shl_stdout); in j_resume() 706 shf_puts("| ", shl_stdout); in j_resume()
|
D | shf.c | 607 shf_puts(const char *s, struct shf *shf) in shf_puts() function
|
D | sh.h | 1640 int shf_puts(const char *, struct shf *);
|
D | lex.c | 1354 shf_puts(s->str, shl_out); in getsc__()
|
D | edit.c | 1957 shf_puts(clrstr, shl_out); in x_e_rebuildline() 2328 shf_puts(x_mapout(prefix == 1 ? in x_print()
|