Searched refs:ign_list (Results 1 – 1 of 1) sorted by relevance
29 static char **ign_list; /* List of files to ignore in update variable129 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 …]