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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c24 void asyntax(struct wordent *, struct wordent *);
59 asyntax(lex->next, lex);
64 asyntax(struct wordent *p1, struct wordent *p2) function
67 tprintf("TRACE- asyntax()\n");
116 asyntax(p->next, p2);

Completed in 58 milliseconds