Searched defs:man_node (Results 1 – 3 of 3) sorted by relevance
82 struct man_node { struct83 struct man_node *parent; /* parent AST node */ argument84 struct man_node *child; /* first child AST node */ argument85 struct man_node *next; /* sibling AST node */ argument86 struct man_node *prev; /* prior sibling AST node */ argument97 struct man_node *head; /* BLOCK node HEAD ptr */ argument98 struct man_node *tail; /* BLOCK node TAIL ptr */ argument99 struct man_node *body; /* BLOCK node BODY ptr */ argument111 const struct man_node *man_node(const struct man *); argument
64 man_node(const struct man *man) in man_node() function
146 struct man_node { struct151 struct man_node *next; argument