Searched defs:mparse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c52 struct mparse { struct
70 static void choose_parser(struct mparse *);
72 static void mparse_buf_r(struct mparse *, struct buf, size_t, int);
73 static int read_whole_file(struct mparse *, const char *, int,
75 static void mparse_end(struct mparse *);
76 static void mparse_parse_buffer(struct mparse *, struct buf,
261 choose_parser(struct mparse *curp)
320 mparse_buf_r(struct mparse *curp, struct buf blk, size_t i, int start)
609 read_whole_file(struct mparse *curp, const char *file, int fd,
684 mparse_end(struct mparse *cur
[all...]

Completed in 77 milliseconds