Lines Matching defs:section
277 C("List the \bman\b(1) section title for \asection\a [the \
280 C("List the \bman\b(1) section number for the current command."),
440 const char section[4];
470 * return section name given abbreviation
474 secname(char* section)
482 if (section[1])
484 switch (section[2] ? section[2] : section[1])
504 if (section[0] == sections[i].section[0] && (section[1] == sections[i].section[1] || !sections[i].section[1]))
512 s = section;
963 p->section[0] = '1';
964 p->section[1] = 0;
1042 p->section[0] = '0' + (n % 10);
1045 p->section[n++] = *s++;
1047 p->section[n++] = *s++;
1048 p->section[n] = 0;
1179 message((-2, "version=%d prefix=%d section=%s flags=%04x id=%s catalog=%s oopts=%p", p->version, p->prefix, p->section, p->flags, p->id, p->catalog, p->oopts));
2404 char* section = "1";
2540 section = q->section;
3617 , section
3749 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>%s ( %s ) <TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s ( %s )</TR></TABLE></H4>\n<HR>\n", ud, section, T(NiL, ID, secname(section)), ud, section);
4186 p = C("section not found");
5535 opt_info.arg = sfprints("\f%s", secname(*w != '?' ? w : pass->section));
5543 opt_info.arg = sfprints("\f%s", pass->section);