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 - 4
of
4
) 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));
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));
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));
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 40 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025