OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxsections
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/sortinfo/
sortinfo.c
58
static size_t nsections,
maxsections
;
variable in typeref:typename:size_t
63
if (nsections >=
maxsections
) {
64
maxsections
+= 20;
65
slist = erealloc(slist,
maxsections
* sizeof(*slist));
Completed in 33 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025