Lines Matching refs:mparse
50 struct mparse { struct
69 static void mparse_buf_r(struct mparse *, struct buf, int); argument
70 static void pset(const char *, int, struct mparse *);
72 static void mparse_end(struct mparse *);
73 static void mparse_parse_buffer(struct mparse *, struct buf,
226 pset(const char *buf, int pos, struct mparse *curp) in pset()
288 mparse_buf_r(struct mparse *curp, struct buf blk, int start) in mparse_buf_r()
638 mparse_end(struct mparse *curp) in mparse_end()
664 mparse_parse_buffer(struct mparse *curp, struct buf blk, const char *file) in mparse_parse_buffer()
689 mparse_readmem(struct mparse *curp, const void *buf, size_t len, in mparse_readmem()
702 mparse_readfd(struct mparse *curp, int fd, const char *file) in mparse_readfd()
740 struct mparse *
744 struct mparse *curp; in mparse_alloc()
748 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc()
761 mparse_reset(struct mparse *curp) in mparse_reset()
779 mparse_free(struct mparse *curp) in mparse_free()
796 mparse_result(struct mparse *curp, struct mdoc **mdoc, struct man **man) in mparse_result()
806 mandoc_vmsg(enum mandocerr t, struct mparse *m, in mandoc_vmsg()
820 mandoc_msg(enum mandocerr er, struct mparse *m, in mandoc_msg()
853 mparse_keep(struct mparse *p) in mparse_keep()
861 mparse_getkeep(const struct mparse *p) in mparse_getkeep()