Home | History | Annotate | Download | only in dist

Lines Matching refs:manual

32  * xman - X window system manual page display program.
202 * Description: Creates a new manual page widget.
422 * Arguments: man_globals - the manual page globals.
491 * Arguments: man_globals - the manual page globals.
511 XtSetArg(args[num_args], XtNlabel, manual[i].blabel);
530 * Arguments: section - the manual section.
540 ret_list = (char **) XtMalloc((manual[section].nentries + 1) *
543 for (current = ret_list, count = 0; count < manual[section].nentries;
545 *current = CreateManpageName(manual[section].entries[count], section,
546 manual[section].flags);
572 name = manual[section].blabel; /* Set the section name */