Home
last modified time | relevance | path

Searched defs:man_node (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/mdocml/
HDman.h78 struct man_node { struct
79 struct man_node *parent; /* parent AST node */ argument
80 struct man_node *child; /* first child AST node */ argument
81 struct man_node *next; /* sibling AST node */ argument
82 struct man_node *prev; /* prior sibling AST node */ argument
93 struct man_node *head; /* BLOCK node HEAD ptr */ argument
94 struct man_node *tail; /* BLOCK node TAIL ptr */ argument
95 struct man_node *body; /* BLOCK node BODY ptr */ argument
107 const struct man_node *man_node(const struct man *); argument
HDman.c63 man_node(const struct man *m) in man_node() function