HomeSort by: relevance | last modified time | path
    Searched defs:syn1 (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
parse.c 55 static struct command *syn1(struct wordent *, struct wordent *, int);
227 * syn1
228 * syn1 & syntax
261 t1 = syn1(p1, p, flags);
281 return (syn1(p1, p2, flags));
287 * syn1
292 syn1(struct wordent *p1, struct wordent *p2, int flags) function in typeref:struct:command *
parse.c 55 static struct command *syn1(struct wordent *, struct wordent *, int);
227 * syn1
228 * syn1 & syntax
261 t1 = syn1(p1, p, flags);
281 return (syn1(p1, p2, flags));
287 * syn1
292 syn1(struct wordent *p1, struct wordent *p2, int flags) function in typeref:struct:command *

Completed in 21 milliseconds