Searched refs:mparse (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/mandoc/ |
| H A D | mandoc_parse.h | 35 struct mparse; 37 struct mparse *mparse_alloc(int, enum mandoc_os, const char *); 38 void mparse_copy(const struct mparse *); 39 void mparse_free(struct mparse *); 40 int mparse_open(struct mparse *, const char *); 41 void mparse_readfd(struct mparse *, int, const char *); 42 void mparse_reset(struct mparse *); 43 struct roff_meta *mparse_result(struct mparse *);
|
| H A D | read.c | 47 struct mparse { struct 61 static void choose_parser(struct mparse *); argument 66 static void mparse_end(struct mparse *); 91 choose_parser(struct mparse *curp) in choose_parser() 528 mparse_end(struct mparse *curp) in mparse_end() 643 struct mparse * 646 struct mparse *curp; in mparse_alloc() 671 mparse_reset(struct mparse *curp) in mparse_reset() 681 mparse_free(struct mparse *curp) in mparse_free() 692 mparse_result(struct mparse *curp) in mparse_result() [all …]
|
| H A D | demandoc.c | 36 static void pmandoc(struct mparse *, int, const char *, int); 46 struct mparse *mp; in main() 111 pmandoc(struct mparse *mp, int fd, const char *fn, int list) in pmandoc()
|
| H A D | mandocd.c | 51 static void process(struct mparse *, enum outt, void *); 120 struct mparse *parser; in main() 247 process(struct mparse *parser, enum outt outtype, void *formatter) in process()
|
| H A D | mandocdb.c | 135 static void mpages_merge(struct dba *, struct mparse *); 317 struct mparse *mp; in mandocdb() 1115 mpages_merge(struct dba *dba, struct mparse *mp) in mpages_merge()
|
| H A D | cgi.c | 851 struct mparse *mp; in resp_format()
|
| H A D | main.c | 81 struct mparse *mp;
|
| H A D | TODO | 549 - struct mparse refactoring
|