Lines Matching defs:mdoc

107 mdoc_node(const struct mdoc *mdoc)  in mdoc_node()
116 mdoc_meta(const struct mdoc *mdoc) in mdoc_meta()
128 mdoc_free1(struct mdoc *mdoc) in mdoc_free1()
154 mdoc_alloc1(struct mdoc *mdoc) in mdoc_alloc1()
175 mdoc_reset(struct mdoc *mdoc) in mdoc_reset()
188 mdoc_free(struct mdoc *mdoc) in mdoc_free()
221 mdoc_endparse(struct mdoc *mdoc) in mdoc_endparse()
232 mdoc_addeqn(struct mdoc *mdoc, const struct eqn *ep) in mdoc_addeqn()
256 mdoc_addspan(struct mdoc *mdoc, const struct tbl_span *sp) in mdoc_addspan()
285 mdoc_parseln(struct mdoc *mdoc, int ln, char *buf, int offs) in mdoc_parseln()
345 node_append(struct mdoc *mdoc, struct mdoc_node *p) in node_append()
428 node_alloc(struct mdoc *mdoc, int line, int pos, in node_alloc()
456 mdoc_tail_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_tail_alloc()
469 mdoc_head_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_head_alloc()
485 mdoc_body_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_body_alloc()
498 mdoc_endbody_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok, in mdoc_endbody_alloc()
515 mdoc_block_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_block_alloc()
547 mdoc_elem_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_elem_alloc()
572 mdoc_word_alloc(struct mdoc *mdoc, int line, int pos, const char *p) in mdoc_word_alloc()
587 mdoc_word_append(struct mdoc *mdoc, const char *p) in mdoc_word_append()
619 mdoc_node_unlink(struct mdoc *mdoc, struct mdoc_node *n) in mdoc_node_unlink()
657 mdoc_node_delete(struct mdoc *mdoc, struct mdoc_node *p) in mdoc_node_delete()
671 mdoc_node_relink(struct mdoc *mdoc, struct mdoc_node *p) in mdoc_node_relink()
737 mdoc_ptext(struct mdoc *mdoc, int line, char *buf, int offs) in mdoc_ptext()
861 mdoc_pmacro(struct mdoc *mdoc, int ln, char *buf, int offs) in mdoc_pmacro()