Searched refs:curparse (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | main.c | 57 struct curparse { struct 72 static void parse(struct curparse *, int, argument 74 static int toptions(struct curparse *, char *); 77 static int woptions(struct curparse *, char *); 85 struct curparse curp; in main() 96 memset(&curp, 0, sizeof(struct curparse)); in main() 201 parse(struct curparse *curp, int fd, in parse() 332 toptions(struct curparse *curp, char *arg) in toptions() 365 woptions(struct curparse *curp, char *arg) in woptions()
|