HomeSort by: relevance | last modified time | path
    Searched defs:roff_man (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/mdocml/dist/
roff_int.h 32 struct roff_man { struct
66 struct roff_node *roff_node_alloc(struct roff_man *, int, int,
68 void roff_node_append(struct roff_man *, struct roff_node *);
69 void roff_word_alloc(struct roff_man *, int, int, const char *);
70 void roff_word_append(struct roff_man *, const char *);
71 void roff_elem_alloc(struct roff_man *, int, int, int);
72 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
73 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
74 struct roff_node *roff_body_alloc(struct roff_man *, int, int, int);
75 void roff_node_unlink(struct roff_man *, struct roff_node *)
    [all...]

Completed in 40 milliseconds