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 60 shf_puts("#no-vars# ", shf);
66 shf_puts("#no-args# ", shf);
89 shf_puts("! ", shf);
95 shf_puts("[[", shf);
98 shf_puts(" ]] ", shf);
105 shf_puts("in ", shf);
187 shf_puts("<botch>", shf);
205 shf_puts(iop->heredoc, shf);
238 shf_puts("<", shf);
241 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf)
    [all...]
funcs.c 527 shf_puts(id, shl_stdout);
534 shf_puts(" is a", shl_stdout);
541 shf_puts(" reserved word", shl_stdout);
555 shf_puts("n exported", shl_stdout);
557 shf_puts(" traced", shl_stdout);
559 shf_puts(" undefined", shl_stdout);
564 shf_puts(T_function, shl_stdout);
577 shf_puts(" is ", shl_stdout);
584 shf_puts(tp->val.s, shl_stdout);
838 shf_puts(vp->name, shl_stdout)
    [all...]
exec.c 139 shf_puts(substitute(str_val(global("PS4")), 0),
641 shf_puts(substitute(str_val(global("PS4")), 0),
    [all...]
jobs.c 788 shf_puts(p->command, shl_stdout);
790 shf_puts("| ", shl_stdout);
    [all...]
misc.c 169 shf_puts("Current option settings\n", shl_stdout);
188 shf_puts(Tset, shl_stdout);
1044 shf_puts(s, shl_stdout);
    [all...]
lex.c 1360 shf_puts(s->str, shl_out);
    [all...]
shf.c 616 shf_puts(const char *s, struct shf *shf) function
sh.h     [all...]
edit.c     [all...]

Completed in 160 milliseconds