Lines Matching defs:mdoc_node
340 struct mdoc_node *Es;
347 struct mdoc_node {
348 struct mdoc_node *parent; /* parent AST node */
349 struct mdoc_node *child; /* first child AST node */
350 struct mdoc_node *last; /* last child AST node */
351 struct mdoc_node *next; /* sibling AST node */
352 struct mdoc_node *prev; /* prior sibling AST node */
372 struct mdoc_node *head; /* BLOCK */
373 struct mdoc_node *body; /* BLOCK/ENDBODY */
374 struct mdoc_node *tail; /* BLOCK */
391 const struct mdoc_node *mdoc_node(const struct mdoc *);
393 void mdoc_deroff(char **, const struct mdoc_node *);