Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c2736 static struct notify_note *notify_list; variable
2863 notify_list = new; in serve_notify()
2918 while (notify_list != NULL) in server_notify()
2920 if (CVS_CHDIR (notify_list->dir) < 0) in server_notify()
2922 error (0, errno, "cannot change to %s", notify_list->dir); in server_notify()
2931 notify_do (*notify_list->type, notify_list->filename, in server_notify()
2932 notify_list->update_dir, getcaller(), notify_list->val, in server_notify()
2933 notify_list->watches, repos); in server_notify()
2937 char *dir = notify_list->dir + strlen (server_temp_dir) + 1; in server_notify()
2947 buf_output0 (buf_to_net, notify_list->filename); in server_notify()
[all …]