Searched refs:man_parse_section (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c120 static void man_parse_section(enum man_sec, const struct man_node *, mandb_rec *);
1222 * 2. Otherwise, it will check the section name and call the man_parse_section
1263 man_parse_section(mapping[i].section, n, rec);
1353 man_parse_section(MANSEC_RETURN_VALUES, n, rec);
1364 man_parse_section(MANSEC_EXIT_STATUS, n, rec);
1369 man_parse_section(MANSEC_NONE, n, rec);
1375 * man_parse_section to parse a particular section of the man page.
1391 * man_parse_section --
1399 man_parse_section(enum man_sec sec, const struct man_node *n, mandb_rec *rec) function

Completed in 267 milliseconds