Home
last modified time | relevance | path

Searched defs:mdoc_node (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.h347 struct mdoc_node { struct
348 struct mdoc_node *parent; /* parent AST node */ argument
349 struct mdoc_node *child; /* first child AST node */ argument
350 struct mdoc_node *last; /* last child AST node */ argument
351 struct mdoc_node *next; /* sibling AST node */ argument
352 struct mdoc_node *prev; /* prior sibling AST node */ argument
372 struct mdoc_node *head; /* BLOCK */ argument
373 struct mdoc_node *body; /* BLOCK/ENDBODY */ argument
374 struct mdoc_node *tail; /* BLOCK */ argument
391 const struct mdoc_node *mdoc_node(const struct mdoc *); argument
H A Dmdoc.c98 mdoc_node(const struct mdoc *mdoc) in mdoc_node() function