Lines Matching defs:section
513 snprintf(entry_name, sizeof(entry_name), "section%d", i);
530 * Arguments: section - the manual section.
535 CreateList(int 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);
557 * section - the section number.
563 int section)
572 name = manual[section].blabel; /* Set the section name */
574 man_globals->section_name[section] = XtNewString(label_name);
577 XtSetArg(arglist[num_args], XtNlist, CreateList(section));