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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h80 struct manpage { struct
106 struct manpage **res, /* results */
108 void mansearch_free(struct manpage *, size_t);
/illumos-gate/usr/src/cmd/man/
H A Dman.c412 * This routine builds the manpage structure from MANPATH or PATH,
419 struct man_node *manpage = NULL; local
456 if (manpage == NULL)
457 lastp = manpage = currp;
464 * do not add it to the manpage list.
471 if (currp != manpage)
495 return (manpage);
938 * Find a manpage.
1117 * Search a section subdir for a given manpage.
1190 * Format the manpage
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c137 "manpage", /* SC_MANPAGE */
2079 lxml_get_tm_manpage(entity_t *service, xmlNodePtr manpage) argument
2091 title = xmlGetProp(manpage, (xmlChar *)title_attr);
2094 section = xmlGetProp(manpage, (xmlChar *)section_attr);
2130 SCF_TYPE_ASTRING, manpage, title_attr) != 0 ||
2132 SCF_TYPE_ASTRING, manpage, section_attr) != 0 ||
2134 SCF_TYPE_ASTRING, manpage, manpath_attr) != 0)
H A Dsvccfg_libscf.c10239 xmlNodePtr manpage = xmlNewNode(NULL, (xmlChar *)"manpage"); local
10240 if (manpage == NULL)
10244 set_attr_from_prop(exp_prop, manpage, "title") != 0 ||
10246 set_attr_from_prop(exp_prop, manpage, "section") != 0) {
10247 xmlFreeNode(manpage);
10253 manpage, "manpath", ":default");
10255 return (manpage);
13226 /* Display manpage title, section and path */
13228 gettext("manpage"));
[all...]

Completed in 547 milliseconds