Lines Matching refs:command
43 void dosource(Char **, struct command *);
69 void dodirs(Char **, struct command *);
73 void dochngd(Char **, struct command *);
75 void dopushd(Char **, struct command *);
76 void dopopd(Char **, struct command *);
83 void Dfix(struct command *);
96 __dead void doexec(Char **, struct command *);
97 void dohash(Char **, struct command *);
98 void dounhash(Char **, struct command *);
99 void dowhich(Char **, struct command *);
100 void execash(Char **, struct command *);
101 void hashstat(Char **, struct command *);
121 void doalias(Char **, struct command *);
122 void dobreak(Char **, struct command *);
123 void docontin(Char **, struct command *);
124 void doecho(Char **, struct command *);
125 void doelse(Char **, struct command *);
126 void doend(Char **, struct command *);
127 void doeval(Char **, struct command *);
128 void doexit(Char **, struct command *);
129 void doforeach(Char **, struct command *);
130 void doglob(Char **, struct command *);
131 void dogoto(Char **, struct command *);
132 void doif(Char **, struct command *);
133 void dolimit(Char **, struct command *);
134 __dead void dologin(Char **, struct command *);
135 __dead void dologout(Char **, struct command *);
136 void donohup(Char **, struct command *);
137 void doonintr(Char **, struct command *);
138 void doprintf(Char **, struct command *);
139 void dorepeat(Char **, struct command *);
140 void dosetenv(Char **, struct command *);
141 void dosuspend(Char **, struct command *);
142 void doswbrk(Char **, struct command *);
143 void doswitch(Char **, struct command *);
144 void doumask(Char **, struct command *);
145 void dounlimit(Char **, struct command *);
146 void dounsetenv(Char **, struct command *);
147 void dowhile(Char **, struct command *);
148 void dozip(Char **, struct command *);
149 void func(struct command *, struct biltins *);
150 struct biltins *isbfunc(struct command *);
154 void unalias(Char **, struct command *);
176 void dohist(Char **, struct command *);
240 void freesyn(struct command *);
241 struct command *syntax(struct wordent *, struct wordent *, int);
247 void dobg(Char **, struct command *);
248 void dobg1(Char **, struct command *);
249 void dofg(Char **, struct command *);
250 void dofg1(Char **, struct command *);
251 void dojobs(Char **, struct command *);
252 void dokill(Char **, struct command *);
253 void donotify(Char **, struct command *);
254 void dostop(Char **, struct command *);
255 void dowait(Char **, struct command *);
256 void palloc(int, struct command *);
261 int pfork(struct command *, int);
273 void execute(struct command *, int, int *, int *);
280 void doset(Char **, struct command *);
281 void dolet(Char **, struct command *);
288 void unset(Char **, struct command *);
292 void shift(Char **, struct command *);
301 void donice(Char **, struct command *);
302 void dotime(Char **, struct command *);