Home
last modified time | relevance | path

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

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