Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c2745 static struct notify_note *notify_list; variable
2872 notify_list = new; in serve_notify()
2927 while (notify_list != NULL) in server_notify()
2929 if (CVS_CHDIR (notify_list->dir) < 0) in server_notify()
2931 error (0, errno, "cannot change to %s", notify_list->dir); in server_notify()
2940 notify_do (*notify_list->type, notify_list->filename, in server_notify()
2941 notify_list->update_dir, getcaller(), notify_list->val, in server_notify()
2942 notify_list->watches, repos); in server_notify()
2946 char *dir = notify_list->dir + strlen (server_temp_dir) + 1; in server_notify()
2956 buf_output0 (buf_to_net, notify_list->filename); in server_notify()
[all …]