Home
last modified time | relevance | path

Searched refs:syn0 (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/tcsh/
HDsh.parse.c44 static struct command *syn0 (const struct wordent *, const struct wordent *, int);
216 return (syn0(p1, p2, flags)); in syntax()
226 syn0(const struct wordent *p1, const struct wordent *p2, int flags) in syn0() function
639 t->t_dspr = syn0(lp, rp, P_HERE); in syn3()