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 57 shf_puts("#no-vars# ", shf);
62 shf_puts("#no-args# ", shf);
84 shf_puts("! ", shf);
90 shf_puts("[[", shf);
93 shf_puts(" ]] ", shf);
103 shf_puts("in ", shf);
175 shf_puts("<botch>", shf);
192 shf_puts(iop->heredoc, shf);
223 shf_puts("< ", shf);
226 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf)
    [all...]
funcs.c 797 shf_puts(id, shl_stdout);
801 shf_puts(" is a reserved word", shl_stdout);
813 shf_puts(" is a", shl_stdout);
815 shf_puts("n exported", shl_stdout);
817 shf_puts(" traced", shl_stdout);
819 shf_puts(" undefined", shl_stdout);
824 shf_puts(" function", shl_stdout);
836 shf_puts(" is ", shl_stdout);
842 shf_puts(tp->val.s, shl_stdout);
845 shf_puts(" not found", shl_stdout)
    [all...]
misc.c 152 shf_puts("Current option settings\n", shl_stdout);
171 shf_puts("set", shl_stdout);
908 shf_puts(s, shl_stdout);
    [all...]
exec.c 1298 shf_puts(evalstr(yylval.cp, 0), shf);
1300 shf_puts(content, shf);
    [all...]
jobs.c 704 shf_puts(p->command, shl_stdout);
706 shf_puts("| ", shl_stdout);
    [all...]
lex.c 1354 shf_puts(s->str, shl_out);
    [all...]
shf.c 607 shf_puts(const char *s, struct shf *shf) function
sh.h     [all...]
edit.c     [all...]

Completed in 92 milliseconds