Searched defs:syn1b (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c31 struct command *syn1b(struct wordent *, struct wordent *, int);
333 * syn1b
334 * syn1b || syn1a
363 t->t_dcar = syn1b(p1, p, flags);
370 return (syn1b(p1, p2, flags));
374 * syn1b
376 * syn2 && syn1b
379 syn1b(struct wordent *p1, struct wordent *p2, int flags) function
386 tprintf("TRACE- syn1b()\n");
405 t->t_dcdr = syn1b(
[all...]

Completed in 44 milliseconds