Lines Matching refs:mparse

47 struct	mparse {  struct
69 static void choose_parser(struct mparse *); argument
71 static void mparse_buf_r(struct mparse *, struct buf, size_t, int);
72 static int read_whole_file(struct mparse *, const char *, int,
74 static void mparse_end(struct mparse *);
75 static void mparse_parse_buffer(struct mparse *, struct buf,
260 choose_parser(struct mparse *curp) in choose_parser()
321 mparse_buf_r(struct mparse *curp, struct buf blk, size_t i, int start) in mparse_buf_r()
618 read_whole_file(struct mparse *curp, const char *file, int fd, in read_whole_file()
687 mparse_end(struct mparse *curp) in mparse_end()
711 mparse_parse_buffer(struct mparse *curp, struct buf blk, const char *file) in mparse_parse_buffer()
751 mparse_readmem(struct mparse *curp, void *buf, size_t len, in mparse_readmem()
768 mparse_readfd(struct mparse *curp, int fd, const char *file) in mparse_readfd()
796 mparse_open(struct mparse *curp, int *fd, const char *file) in mparse_open()
860 mparse_wait(struct mparse *curp) in mparse_wait()
885 struct mparse *
889 struct mparse *curp; in mparse_alloc()
891 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc()
913 mparse_reset(struct mparse *curp) in mparse_reset()
934 mparse_free(struct mparse *curp) in mparse_free()
952 mparse_result(struct mparse *curp, in mparse_result()
968 mandoc_vmsg(enum mandocerr t, struct mparse *m, in mandoc_vmsg()
982 mandoc_msg(enum mandocerr er, struct mparse *m, in mandoc_msg()
1015 mparse_keep(struct mparse *p) in mparse_keep()
1023 mparse_getkeep(const struct mparse *p) in mparse_getkeep()