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

/freebsd-12-stable/usr.bin/m4/
H A Dlook.c288 static int kept_capacity = 0; variable
295 if (kept_capacity <= kept_size) {
296 if (kept_capacity)
297 kept_capacity *= 2;
299 kept_capacity = 50;
300 kept = xreallocarray(kept, kept_capacity,
302 kept_capacity);

Completed in 99 milliseconds