Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dserver.c2715 struct notify_note { struct
2733 struct notify_note *next; argument
2736 static struct notify_note *notify_list;
2738 static struct notify_note *last_node;
2743 struct notify_note *new = NULL; in serve_notify()
2777 new = xmalloc (sizeof (struct notify_note)); in serve_notify()
2913 struct notify_note *p; in server_notify()