Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhistory.c274 static int mod_max; /* Number of elements allocated */ variable
974 if (mod_count == mod_max)
976 mod_max = xsum (mod_max, MODULE_INCREMENT);
977 if (size_overflow_p (xtimes (mod_max, sizeof (char *))))
982 mod_list = xrealloc (mod_list, xtimes (mod_max, sizeof (char *)));