Searched defs:roff_node (Results 1 – 1 of 1) sorted by relevance
497 struct roff_node { struct498 struct roff_node *parent; /* Parent AST node. */ argument499 struct roff_node *child; /* First child AST node. */ argument500 struct roff_node *last; /* Last child AST node. */ argument501 struct roff_node *next; /* Sibling AST node. */ argument502 struct roff_node *prev; /* Prior sibling AST node. */ argument503 struct roff_node *head; /* BLOCK */ argument504 struct roff_node *body; /* BLOCK/ENDBODY */ argument505 struct roff_node *tail; /* BLOCK */ argument506 struct mdoc_arg *args; /* BLOCK/ELEM */[all …]