Lines Matching full:command
39 void dosource(Char **, struct command *);
57 void dodirs(Char **, struct command *);
61 void dochngd(Char **, struct command *);
63 void dopushd(Char **, struct command *);
64 void dopopd(Char **, struct command *);
71 void Dfix(struct command *);
84 void doexec(Char **, struct command *);
85 void dohash(Char **, struct command *);
86 void dounhash(Char **, struct command *);
87 void dowhich(Char **, struct command *);
88 void execash(Char **, struct command *);
89 void hashstat(Char **, struct command *);
107 void doalias(Char **, struct command *);
108 void dobreak(Char **, struct command *);
109 void docontin(Char **, struct command *);
110 void doecho(Char **, struct command *);
111 void doelse(Char **, struct command *);
112 void doend(Char **, struct command *);
113 void doeval(Char **, struct command *);
114 void doexit(Char **, struct command *);
115 void doforeach(Char **, struct command *);
116 void doglob(Char **, struct command *);
117 void dogoto(Char **, struct command *);
118 void doif(Char **, struct command *);
119 void dolimit(Char **, struct command *);
120 void dologin(Char **, struct command *);
121 void dologout(Char **, struct command *);
122 void donohup(Char **, struct command *);
123 void doonintr(Char **, struct command *);
124 void dorepeat(Char **, struct command *);
125 void dosetenv(Char **, struct command *);
126 void dosuspend(Char **, struct command *);
127 void doswbrk(Char **, struct command *);
128 void doswitch(Char **, struct command *);
129 void doumask(Char **, struct command *);
130 void dounlimit(Char **, struct command *);
131 void dounsetenv(Char **, struct command *);
132 void dowhile(Char **, struct command *);
133 void dozip(Char **, struct command *);
134 void func(struct command *, struct biltins *);
136 isbfunc(struct command *);
140 void unalias(Char **, struct command *);
160 void dohist(Char **, struct command *);
210 void freesyn(struct command *);
211 struct command *
217 void dobg(Char **, struct command *);
218 void dobg1(Char **, struct command *);
219 void dofg(Char **, struct command *);
220 void dofg1(Char **, struct command *);
221 void dojobs(Char **, struct command *);
222 void dokill(Char **, struct command *);
223 void donotify(Char **, struct command *);
224 void dostop(Char **, struct command *);
225 void dowait(Char **, struct command *);
226 void palloc(int, struct command *);
232 int pfork(struct command *, int);
244 void execute(struct command *, int, int *, int *);
252 void doset(Char **, struct command *);
253 void dolet(Char **, struct command *);
260 void unset(Char **, struct command *);
264 void shift(Char **, struct command *);
270 void donice(Char **, struct command *);
271 void dotime(Char **, struct command *);