Searched refs:shf_puts (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | tree.c | 82 shf_puts("#no-vars# ", shf); in ptree() 88 shf_puts("#no-args# ", shf); in ptree() 110 shf_puts("! ", shf); in ptree() 116 shf_puts("[[", shf); in ptree() 119 shf_puts(" ]] ", shf); in ptree() 126 shf_puts("in ", shf); in ptree() 209 shf_puts("<botch>", shf); in ptree() 227 shf_puts(iop->heredoc, shf); in ptree() 264 shf_puts("<<", shf); in pioact() 271 shf_puts(">>", shf); in pioact() [all …]
|
D | funcs.c | 570 shf_puts(id, shl_stdout); in c_whence() 577 shf_puts(" is a", shl_stdout); in c_whence() 593 shf_puts("reserved word", shl_stdout); in c_whence() 607 shf_puts("n exported", shl_stdout); in c_whence() 609 shf_puts(" traced", shl_stdout); in c_whence() 611 shf_puts(" undefined", shl_stdout); in c_whence() 616 shf_puts(T_function, shl_stdout); in c_whence() 622 shf_puts("special ", shl_stdout); in c_whence() 630 shf_puts("is ", shl_stdout); in c_whence() 637 shf_puts(tp->val.s, shl_stdout); in c_whence() [all …]
|
D | misc.c | 200 shf_puts("Current option settings\n", shl_stdout); in printoptions() 218 shf_puts(Tset, shl_stdout); in printoptions() 345 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace); in change_xtrace() 1126 shf_puts(s, shf); in print_value_quoted() 1269 shf_puts(str, shf); in print_columns() 1291 shf_puts(str, shf); in print_columns()
|
D | jobs.c | 840 shf_puts(p->command, shl_stdout); in j_resume() 842 shf_puts("| ", shl_stdout); in j_resume() 1605 shf_puts(filler, shf); in j_print()
|
D | shf.c | 621 shf_puts(const char *s, struct shf *shf) in shf_puts() function
|
D | lex.c | 1339 shf_puts(s->str, shl_out); in getsc_uu()
|
D | exec.c | 1568 shf_puts(ccp, shf); in hereinval()
|
D | sh.h | 1981 ssize_t shf_puts(const char *, struct shf *);
|
D | edit.c | 2070 shf_puts(clrstr, shl_out); in x_e_rebuildline() 2438 shf_puts(x_mapout(prefix == 1 ? CTRL('[') : in x_print()
|