Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Dcommit.c127 List *ignlist; member
167 find_data->ignlist = getlist ();
222 if (find_data->ignlist)
225 ignore_files (find_data->ignlist, entries, update_dir, find_ignproc);
226 dellist (&find_data->ignlist);
255 if (args->ignlist)
262 if (addnode (args->ignlist, p) != 0)
498 find_args.ignlist = NULL;
Dupdate.c114 static List *ignlist = (List *) NULL; variable
774 if (ignlist && (status != T_UNKNOWN || vers->ts_user == NULL))
781 if (addnode (ignlist, p) != 0)
837 if (ignlist)
839 ignore_files (ignlist, entries, update_dir, update_ignproc);
840 dellist (&ignlist);
1013 ignlist = getlist ();
1040 if (ignlist)
1041 dellist (&ignlist);
Dclient.c467 static List *ignlist = (List *) NULL; variable
5207 if (ignlist)
5214 (void) addnode (ignlist, p);
5259 if (ignlist)
5261 ignore_files (ignlist, entries, update_dir, send_ignproc);
5262 dellist (&ignlist);
5329 ignlist = getlist ();
5375 if (ignlist)
5376 dellist (&ignlist);
DChangeLog-93953574 * update.h (ignlist): Change definition to declaration to avoid
3577 * update.c (ignlist): Define.
DChangeLog4608 in ignlist if present in the sandbox.
5822 * client.c (send_dirent_proc): Don't allocate ignlist if you're
DChangeLog-962659 * commit.c (find_*): Keep an ignlist, like update.c and client.c do.