Lines Matching refs:roff
51 struct roff;
70 void roff_free(struct roff *);
71 struct roff *roff_alloc(int);
72 void roff_reset(struct roff *);
74 struct roff_man *roff_man_alloc(struct roff *, const char *, int);
76 int roff_parseln(struct roff *, int, struct buf *, int *, size_t);
77 void roff_userret(struct roff *);
78 void roff_endparse(struct roff *);
79 void roff_setreg(struct roff *, const char *, int, char);
80 int roff_getreg(struct roff *, const char *);
81 char *roff_strdup(const struct roff *, const char *);
82 char *roff_getarg(struct roff *, char **, int, int *);
83 int roff_getcontrol(const struct roff *,
85 int roff_getformat(const struct roff *);