Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c286 static int mod_max; /* Number of elements allocated */ variable
1016 if (mod_count == mod_max) in save_module()
1018 mod_max = xsum (mod_max, MODULE_INCREMENT); in save_module()
1019 if (size_overflow_p (xtimes (mod_max, sizeof (char *)))) in save_module()
1024 mod_list = xnrealloc (mod_list, mod_max, sizeof (char *)); in save_module()