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

/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c391 static int tv_alloc;
451 tv_alloc = 16;
452 tv = calloc (tv_alloc, sizeof (char *));
459 else if (tv_used == tv_alloc)
461 tv_alloc += 4;
462 tv = realloc (tv, tv_alloc * sizeof (char *));
388 static int tv_alloc; variable

Completed in 69 milliseconds