Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman.h82 struct man_node { struct
83 struct man_node *parent; /* parent AST node */ argument
84 struct man_node *child; /* first child AST node */ argument
85 struct man_node *next; /* sibling AST node */ argument
86 struct man_node *prev; /* prior sibling AST node */ argument
97 struct man_node *head; /* BLOCK node HEAD ptr */ argument
98 struct man_node *tail; /* BLOCK node TAIL ptr */ argument
99 struct man_node *body; /* BLOCK node BODY ptr */ argument
111 const struct man_node *man_node(const struct man *); argument
H A Dman.c64 man_node(const struct man *man) in man_node() function
/titanic_41/usr/src/cmd/man/
H A Dman.c146 struct man_node { struct
151 struct man_node *next; argument