Searched defs:mdoc_node (Results 1 – 2 of 2) sorted by relevance
345 struct mdoc_node { struct346 struct mdoc_node *parent; /* parent AST node */ argument347 struct mdoc_node *child; /* first child AST node */ argument348 struct mdoc_node *last; /* last child AST node */ argument349 struct mdoc_node *next; /* sibling AST node */ argument350 struct mdoc_node *prev; /* prior sibling AST node */ argument370 struct mdoc_node *pending; /* BLOCK */ argument371 struct mdoc_node *head; /* BLOCK */ argument372 struct mdoc_node *body; /* BLOCK */ argument373 struct mdoc_node *tail; /* BLOCK */ argument[all …]
107 mdoc_node(const struct mdoc *mdoc) in mdoc_node() function