Searched refs:outstr (Results 1 – 6 of 6) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | output.h | 67 void outstr(const char *, struct output *); 123 #define out1str(s) outstr((s), out1) 124 #define out2str(s) outstr((s), out2)
|
| A D | exec.c | 766 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 D | jobs.c | 302 outstr("0\n", out); 361 outstr(jp->ps->cmd, out); in fgcmd() 1094 outstr(s, out2); in dowait()
|
| A D | output.c | 202 outstr(const char *p, struct output *file) in outstr() function
|
| A D | eval.c | 800 outstr(expandstr(ps4val()), out); in evalcommand()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | bltin.h | 63 #define fputs outstr
|
Completed in 10 milliseconds