Symbol: mparse
usr/src/cmd/mandoc/main.c
108
static void parse(struct mparse *, int, const char *,
usr/src/cmd/mandoc/main.c
111
static void process_onefile(struct mparse *, struct manpage *,
usr/src/cmd/mandoc/main.c
132
struct mparse *mp; /* Opaque parser object. */
usr/src/cmd/mandoc/main.c
869
process_onefile(struct mparse *mp, struct manpage *resp, int startdir,
usr/src/cmd/mandoc/main.c
938
parse(struct mparse *mp, int fd, const char *file,
usr/src/cmd/mandoc/mandoc_parse.h
36
struct mparse;
usr/src/cmd/mandoc/mandoc_parse.h
38
struct mparse *mparse_alloc(int, enum mandoc_os, const char *);
usr/src/cmd/mandoc/mandoc_parse.h
39
void mparse_copy(const struct mparse *);
usr/src/cmd/mandoc/mandoc_parse.h
40
void mparse_free(struct mparse *);
usr/src/cmd/mandoc/mandoc_parse.h
41
int mparse_open(struct mparse *, const char *);
usr/src/cmd/mandoc/mandoc_parse.h
42
void mparse_readfd(struct mparse *, int, const char *);
usr/src/cmd/mandoc/mandoc_parse.h
43
void mparse_reset(struct mparse *);
usr/src/cmd/mandoc/mandoc_parse.h
44
struct roff_meta *mparse_result(struct mparse *);
usr/src/cmd/mandoc/mandocdb.c
1173
mpages_merge(struct dba *dba, struct mparse *mp)
usr/src/cmd/mandoc/mandocdb.c
137
static void mpages_merge(struct dba *, struct mparse *);
usr/src/cmd/mandoc/mandocdb.c
323
struct mparse *mp;
usr/src/cmd/mandoc/read.c
151
mparse_buf_r(struct mparse *curp, struct buf blk, size_t i, int start)
usr/src/cmd/mandoc/read.c
435
read_whole_file(struct mparse *curp, int fd, struct buf *fb, int *with_mmap)
usr/src/cmd/mandoc/read.c
538
mparse_end(struct mparse *curp)
usr/src/cmd/mandoc/read.c
554
mparse_readfd(struct mparse *curp, int fd, const char *filename)
usr/src/cmd/mandoc/read.c
624
mparse_open(struct mparse *curp, const char *file)
usr/src/cmd/mandoc/read.c
659
struct mparse *
usr/src/cmd/mandoc/read.c
662
struct mparse *curp;
usr/src/cmd/mandoc/read.c
664
curp = mandoc_calloc(1, sizeof(struct mparse));
usr/src/cmd/mandoc/read.c
68
static void choose_parser(struct mparse *);
usr/src/cmd/mandoc/read.c
688
mparse_reset(struct mparse *curp)
usr/src/cmd/mandoc/read.c
700
mparse_free(struct mparse *curp)
usr/src/cmd/mandoc/read.c
71
static int mparse_buf_r(struct mparse *, struct buf, size_t, int);
usr/src/cmd/mandoc/read.c
712
mparse_result(struct mparse *curp)
usr/src/cmd/mandoc/read.c
72
static int read_whole_file(struct mparse *, int, struct buf *, int *);
usr/src/cmd/mandoc/read.c
726
mparse_copy(const struct mparse *p)
usr/src/cmd/mandoc/read.c
73
static void mparse_end(struct mparse *);
usr/src/cmd/mandoc/read.c
98
choose_parser(struct mparse *curp)