Lines Matching refs:command

39 extern	void		  dosource	(Char **, struct command *);
41 extern void goodbye (Char **, struct command *);
60 extern void dodirs (Char **, struct command *);
64 extern void dochngd (Char **, struct command *);
66 extern void dopushd (Char **, struct command *);
67 extern void dopopd (Char **, struct command *);
77 extern void Dfix (struct command *);
114 extern void doexec (struct command *, int);
115 extern void dohash (Char **, struct command *);
116 extern void dounhash (Char **, struct command *);
117 extern void execash (Char **, struct command *);
118 extern void hashstat (Char **, struct command *);
122 extern void dowhere (Char **, struct command *);
144 extern void doalias (Char **, struct command *);
145 extern void dobreak (Char **, struct command *);
146 extern void docontin (Char **, struct command *);
147 extern void doecho (Char **, struct command *);
148 extern void doelse (Char **, struct command *);
149 extern void doend (Char **, struct command *);
150 extern void doeval (Char **, struct command *);
151 extern void doexit (Char **, struct command *);
152 extern void doforeach (Char **, struct command *);
153 extern void doglob (Char **, struct command *);
154 extern void dogoto (Char **, struct command *);
155 extern void doif (Char **, struct command *);
156 extern void dolimit (Char **, struct command *);
157 extern void dologin (Char **, struct command *);
158 extern void dologout (Char **, struct command *);
160 extern void donewgrp (Char **, struct command *);
162 extern void donohup (Char **, struct command *);
163 extern void dohup (Char **, struct command *);
164 extern void doonintr (Char **, struct command *);
165 extern void doprintenv (Char **, struct command *);
166 extern void dorepeat (Char **, struct command *);
167 extern void dofiletest (Char **, struct command *);
168 extern void dosetenv (Char **, struct command *);
169 extern void dosuspend (Char **, struct command *);
170 extern void doswbrk (Char **, struct command *);
171 extern void doswitch (Char **, struct command *);
172 extern void doumask (Char **, struct command *);
173 extern void dounlimit (Char **, struct command *);
174 extern void dounsetenv (Char **, struct command *);
175 extern void dowhile (Char **, struct command *);
176 extern void dozip (Char **, struct command *);
177 extern void func (struct command *,
180 extern const struct biltins *isbfunc (struct command *);
183 extern void unalias (Char **, struct command *);
185 extern void dobuiltins (Char **, struct command *);
186 extern void reexecute (struct command *);
218 extern void dohist (Char **, struct command *);
307 extern void freesyn (struct command *);
308 extern struct command *syntax (const struct wordent *,
345 extern void dobg (Char **, struct command *);
346 extern void dobg1 (Char **, struct command *);
347 extern void dofg (Char **, struct command *);
348 extern void dofg1 (Char **, struct command *);
349 extern void dojobs (Char **, struct command *);
350 extern void dokill (Char **, struct command *);
351 extern void donotify (Char **, struct command *);
352 extern void dostop (Char **, struct command *);
353 extern void dowait (Char **, struct command *);
354 extern void palloc (pid_t, struct command *);
358 extern pid_t pfork (struct command *, int);
371 extern void execute (struct command *, volatile int, int *,
379 extern void doset (Char **, struct command *);
380 extern void dolet (Char **, struct command *);
390 extern void unset (Char **, struct command *);
394 extern void shift (Char **, struct command *);
396 extern Char *unparse (struct command *);
409 extern void donice (Char **, struct command *);
410 extern void dotime (Char **, struct command *);