Home
last modified time | relevance | path

Searched refs:sectionext (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/libexec/makewhatis/
H A Dmakewhatis.c115 static const char *sectionext = "0123456789ln"; variable
448 " (%c) - ", sectionext[s]); in makesection()
460 if ((ext = strchr(sectionext, ptr[len])) != NULL) { in pathnamesection()
461 return ext - sectionext; in pathnamesection()
484 while (sectionext[section] != '\0') in manpagesection()
485 if (sectionext[section] == *ptr) in manpagesection()