Lines Matching refs:roff
35 struct roff;
50 struct mdoc *mdoc_alloc(struct roff *, struct mparse *, char *);
58 struct man *man_alloc(struct roff *, struct mparse *);
65 void roff_free(struct roff *);
66 struct roff *roff_alloc(enum mparset, struct mparse *);
67 void roff_reset(struct roff *);
68 enum rofferr roff_parseln(struct roff *, int,
70 void roff_endparse(struct roff *);
71 void roff_setreg(struct roff *, const char *, int, char sign);
72 int roff_getreg(const struct roff *, const char *);
73 char *roff_strdup(const struct roff *, const char *);
74 int roff_getcontrol(const struct roff *,
77 char roff_eqndelim(const struct roff *);
78 void roff_openeqn(struct roff *, const char *,
80 int roff_closeeqn(struct roff *);
83 const struct tbl_span *roff_span(const struct roff *);
84 const struct eqn *roff_eqn(const struct roff *);