Home
last modified time | relevance | path

Searched refs:outstr (Results 1 – 6 of 6) sorted by relevance

/third_party/uapp/dash/src/
A Doutput.h67 void outstr(const char *, struct output *);
123 #define out1str(s) outstr((s), out1)
124 #define out2str(s) outstr((s), out2)
A Dexec.c766 outstr(command, out);
771 outstr(verbose ? " is a shell keyword" : command, out);
780 outstr("alias ", out);
814 outstr(p, out);
821 outstr(" is a shell function", out);
823 outstr(command, out);
835 outstr(command, out);
841 outstr(": not found\n", out);
A Djobs.c302 outstr("0\n", out);
361 outstr(jp->ps->cmd, out); in fgcmd()
1094 outstr(s, out2); in dowait()
A Doutput.c202 outstr(const char *p, struct output *file) in outstr() function
A Deval.c800 outstr(expandstr(ps4val()), out); in evalcommand()
/third_party/uapp/dash/src/bltin/
A Dbltin.h63 #define fputs outstr

Completed in 10 milliseconds