HomeSort by: relevance | last modified time | path
    Searched defs:sectionext (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/makewhatis/
makewhatis.c 115 static const char *sectionext = "0123456789ln"; variable in typeref:typename:const char *
448 " (%c) - ", sectionext[s]);
460 if ((ext = strchr(sectionext, ptr[len])) != NULL) {
461 return ext - sectionext;
484 while (sectionext[section] != '\0')
485 if (sectionext[section] == *ptr)
makewhatis.c 115 static const char *sectionext = "0123456789ln"; variable in typeref:typename:const char *
448 " (%c) - ", sectionext[s]);
460 if ((ext = strchr(sectionext, ptr[len])) != NULL) {
461 return ext - sectionext;
484 while (sectionext[section] != '\0')
485 if (sectionext[section] == *ptr)
makewhatis.c 115 static const char *sectionext = "0123456789ln"; variable in typeref:typename:const char *
448 " (%c) - ", sectionext[s]);
460 if ((ext = strchr(sectionext, ptr[len])) != NULL) {
461 return ext - sectionext;
484 while (sectionext[section] != '\0')
485 if (sectionext[section] == *ptr)

Completed in 37 milliseconds