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.c288 static int kept_capacity = 0; variable
295 if (kept_capacity <= kept_size) { in keep()
296 if (kept_capacity) in keep()
297 kept_capacity *= 2; in keep()
299 kept_capacity = 50; in keep()
300 kept = xreallocarray(kept, kept_capacity, in keep()
302 kept_capacity); in keep()