/external/mksh/src/ |
tree.c | 82 shf_puts("#no-vars# ", shf); 88 shf_puts("#no-args# ", shf); 110 shf_puts("! ", shf); 116 shf_puts("[[", shf); 119 shf_puts(" ]] ", shf); 126 shf_puts("in ", shf); 209 shf_puts("<botch>", shf); 227 shf_puts(iop->heredoc, shf); 264 shf_puts("<<", shf); 271 shf_puts(">>", shf) [all...] |
funcs.c | 570 shf_puts(id, shl_stdout); 577 shf_puts(" is a", shl_stdout); 593 shf_puts("reserved word", shl_stdout); 607 shf_puts("n exported", shl_stdout); 609 shf_puts(" traced", shl_stdout); 611 shf_puts(" undefined", shl_stdout); 616 shf_puts(T_function, shl_stdout); 622 shf_puts("special ", shl_stdout); 630 shf_puts("is ", shl_stdout); 637 shf_puts(tp->val.s, shl_stdout) [all...] |
misc.c | 200 shf_puts("Current option settings\n", shl_stdout); 218 shf_puts(Tset, shl_stdout); 345 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace); 1126 shf_puts(s, shf); 1269 shf_puts(str, shf); 1291 shf_puts(str, shf); [all...] |
jobs.c | 840 shf_puts(p->command, shl_stdout); 842 shf_puts("| ", shl_stdout); [all...] |
shf.c | 621 shf_puts(const char *s, struct shf *shf) function
|
lex.c | 1339 shf_puts(s->str, shl_out); [all...] |
exec.c | [all...] |
sh.h | [all...] |
edit.c | [all...] |