Lines Matching refs:command
28 struct command *syn0(struct wordent *, struct wordent *, int);
29 struct command *syn1(struct wordent *, struct wordent *, int);
30 struct command *syn1a(struct wordent *, struct wordent *, int);
31 struct command *syn1b(struct wordent *, struct wordent *, int);
32 struct command *syn2(struct wordent *, struct wordent *, int);
33 struct command *syn3(struct wordent *, struct wordent *, int);
39 * If word 0 of a command has an alias, do it.
203 struct command *
226 struct command *
230 struct command *t, *t1;
269 t = (struct command *)xcalloc(1, sizeof (*t));
276 t = (struct command *)xcalloc(1, sizeof (*t));
294 struct command *
298 struct command *t;
320 t = (struct command *)xcalloc(1, sizeof (*t));
336 struct command *
340 struct command *t;
361 t = (struct command *)xcalloc(1, sizeof (*t));
378 struct command *
382 struct command *t;
402 t = (struct command *)xcalloc(1, sizeof (*t));
420 struct command *
424 struct command *t;
445 t = (struct command *)xcalloc(1, sizeof (*t));
472 struct command *
477 struct command *t;
547 t = (struct command *)xcalloc(1, sizeof (*t));
639 seterr("Invalid null command");
646 freesyn(struct command *t)