OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/fold/
fold.c
134
static int
buf_max
= 0;
local in function:fold
187
if (indx + 1 >
buf_max
) {
189
if ((nbuf = realloc (buf,
buf_max
+ 2048)) == NULL) {
194
buf_max
+= 2048;
fold.c
134
static int
buf_max
= 0;
local in function:fold
187
if (indx + 1 >
buf_max
) {
189
if ((nbuf = realloc (buf,
buf_max
+ 2048)) == NULL) {
194
buf_max
+= 2048;
Completed in 20 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025