Searched refs:kept_capacity (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/m4/
H A Dlook.c286 static int kept_capacity = 0; variable
293 if (kept_capacity <= kept_size) {
294 if (kept_capacity)
295 kept_capacity *= 2;
297 kept_capacity = 50;
298 kept = xreallocarray(kept, kept_capacity,
300 kept_capacity);

Completed in 40 milliseconds