OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 14:09:57 GMT 2025