Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dignore.c29 static char **ign_list; /* List of files to ignore in update variable
129 ign_list[i] = s_ign_list[i]; in ign_add_file()
131 ign_list[ign_count] = NULL; in ign_add_file()
147 free (ign_list[i]); in ign_add_file()
149 ign_list[ign_count] = NULL; in ign_add_file()
198 ign_list = xnrealloc (ign_list, ign_size + 1, sizeof (char *)); in ign_add()
215 free (ign_list[i]); in ign_add()
218 ign_list[0] = xstrdup ("CVS"); in ign_add()
219 ign_list[1] = NULL; in ign_add()
236 free (ign_list[i]); in ign_add()
[all …]