Lines Matching refs:command
54 static struct command *syn0(struct wordent *, struct wordent *, int);
55 static struct command *syn1(struct wordent *, struct wordent *, int);
56 static struct command *syn1a(struct wordent *, struct wordent *, int);
57 static struct command *syn1b(struct wordent *, struct wordent *, int);
58 static struct command *syn2(struct wordent *, struct wordent *, int);
59 static struct command *syn3(struct wordent *, struct wordent *, int);
214 struct command *
230 static struct command *
234 struct command *t, *t1; in syn0()
265 t = (struct command *)xcalloc(1, sizeof(*t)); in syn0()
273 t = (struct command *)xcalloc(1, sizeof(*t)); in syn0()
291 static struct command *
295 struct command *t; in syn1()
311 t = (struct command *) xcalloc(1, sizeof(*t)); in syn1()
327 static struct command *
331 struct command *t; in syn1a()
347 t = (struct command *)xcalloc(1, sizeof(*t)); in syn1a()
364 static struct command *
368 struct command *t; in syn1b()
382 t = (struct command *)xcalloc(1, sizeof(*t)); in syn1b()
400 static struct command *
404 struct command *t; in syn2()
419 t = (struct command *)xcalloc(1, sizeof(*t)); in syn2()
446 static struct command *
450 struct command *t; in syn3()
511 t = (struct command *)xcalloc(1, sizeof(*t)); in syn3()
613 freesyn(struct command *t) in freesyn()