OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldmax
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
output.c
163
size_t
oldmax
;
local
166
oldmax
= linebufmax;
173
linebuf = dorealloc(linebuf,
oldmax
, linebufmax);
macro.c
732
size_t
oldmax
;
local
737
oldmax
= es->bufmax;
744
es->buf = dorealloc(es->buf,
oldmax
, es->bufmax);
/src/usr.bin/fpr/
fpr.c
274
int
oldmax
;
local
295
oldmax
= maxcol;
297
cp = line +
oldmax
;
/src/usr.bin/ul/
ul.c
392
int oldcol,
oldmax
;
local
395
oldmax
= maxcol;
398
maxcol =
oldmax
;
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026