Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c158 struct man_node { struct
163 struct man_node *next; argument
182 static struct man_node *build_manpath(char **, char *, int);
183 static void do_makewhatis(struct man_node *);
186 static int dupcheck(struct man_node *, struct dupnode **);
189 static void free_manp(struct man_node *manp);
191 static void fullpaths(struct man_node **);
192 static void get_all_sect(struct man_node *);
194 static void getpath(struct man_node *, char **);
195 static void getsect(struct man_node *, char **, char *);
[all …]