parse.c | 59 static struct command *syn3(struct wordent *, struct wordent *, int); 396 * syn3 397 * syn3 | syn2 398 * syn3 |& syn2 427 t->t_dcar = syn3(p1, p, f); 433 return (syn3(p1, p2, flags)); 439 * syn3 447 syn3(struct wordent *p1, struct wordent *p2, int flags) function in typeref:struct:command *
|