OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxstops
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/unexpand/
unexpand.c
61
static size_t
maxstops
;
variable in typeref:typename:size_t
100
if (nstops >=
maxstops
) {
101
maxstops
+= 20;
102
tabstops = erealloc(tabstops,
maxstops
);
Completed in 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025