Searched defs:man_node (Results 1 – 2 of 2) sorted by relevance
78 struct man_node { struct79 struct man_node *parent; /* parent AST node */ argument80 struct man_node *child; /* first child AST node */ argument81 struct man_node *next; /* sibling AST node */ argument82 struct man_node *prev; /* prior sibling AST node */ argument93 struct man_node *head; /* BLOCK node HEAD ptr */ argument94 struct man_node *tail; /* BLOCK node TAIL ptr */ argument95 struct man_node *body; /* BLOCK node BODY ptr */ argument107 const struct man_node *man_node(const struct man *); argument
63 man_node(const struct man *m) in man_node() function