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

/illumos-gate/usr/src/cmd/man/
H A Dman.c146 struct man_node { struct
151 struct man_node *next;
171 static struct man_node *build_manpath(char **, int);
172 static void do_makewhatis(struct man_node *);
175 static int dupcheck(struct man_node *, struct dupnode **);
178 static void free_manp(struct man_node *manp);
180 static void fullpaths(struct man_node **);
181 static void get_all_sect(struct man_node *);
183 static void getpath(struct man_node *, char **);
184 static void getsect(struct man_node *, cha
[all...]

Completed in 61 milliseconds