Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c282 static int file_max; /* Number of elements allocated */ variable
984 if (file_count == file_max) in save_file()
986 file_max = xsum (file_max, FILE_INCREMENT); in save_file()
987 if (size_overflow_p (xtimes (file_max, sizeof (*fl)))) in save_file()
992 file_list = xnrealloc (file_list, file_max, sizeof (*fl)); in save_file()