Searched defs:roff_node (Results 1 – 1 of 1) sorted by relevance
498 struct roff_node { argument 499 struct roff_node *parent; /* Parent AST node. */ argument 500 struct roff_node *child; /* First child AST node. */ argument 501 struct roff_node *last; /* Last child AST node. */ argument 502 struct roff_node *next; /* Sibling AST node. */ argument 503 struct roff_node *prev; /* Prior sibling AST node. */ argument 504 struct roff_node *head; /* BLOCK */ argument 505 struct roff_node *body; /* BLOCK/ENDBODY */ argument 506 struct roff_node *tail; /* BLOCK */ argument 497 struct roff_node { global() struct 507 normroff_node global() argument 508 stringroff_node global() argument 509 tagroff_node global() argument 510 spanroff_node global() argument 511 eqnroff_node global() argument 512 lineroff_node global() argument 513 posroff_node global() argument 537 endroff_node global() argument [all...]