HomeSort by relevance Sort by last modified time
    Searched refs:shf_puts (Results 1 - 9 of 9) sorted by null

  /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);
265 shf_puts("<<", shf);
270 shf_puts(">>", shf)
    [all...]
funcs.c 552 shf_puts(id, shl_stdout);
559 shf_puts(" is a", shl_stdout);
575 shf_puts("reserved word", shl_stdout);
589 shf_puts("n exported", shl_stdout);
591 shf_puts(" traced", shl_stdout);
593 shf_puts(" undefined", shl_stdout);
598 shf_puts(T_function, shl_stdout);
604 shf_puts("special ", shl_stdout);
612 shf_puts("is ", shl_stdout);
619 shf_puts(tp->val.s, shl_stdout)
    [all...]
misc.c 194 shf_puts("Current option settings\n", shl_stdout);
212 shf_puts(Tset, shl_stdout);
339 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace);
1120 shf_puts(s, 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
exec.c     [all...]
lex.c 1369 shf_puts(s->str, shl_out);
    [all...]
sh.h     [all...]
edit.c     [all...]

Completed in 184 milliseconds