Lines Matching defs:roff_man
32 struct roff_man {
67 struct roff_node *roff_node_alloc(struct roff_man *, int, int,
69 void roff_node_append(struct roff_man *, struct roff_node *);
70 void roff_word_alloc(struct roff_man *, int, int, const char *);
71 void roff_word_append(struct roff_man *, const char *);
72 void roff_elem_alloc(struct roff_man *, int, int, int);
73 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
74 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
75 struct roff_node *roff_body_alloc(struct roff_man *, int, int, int);
76 void roff_node_unlink(struct roff_man *, struct roff_node *);
77 void roff_node_relink(struct roff_man *, struct roff_node *);
79 void roff_node_delete(struct roff_man *, struct roff_node *);
87 void roff_state_reset(struct roff_man *);
88 void roff_validate(struct roff_man *);
96 void man_breakscope(struct roff_man *, int);