Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dserver.c1988 struct notify_note { struct
2003 struct notify_note *next; argument
2006 static struct notify_note *notify_list;
2008 static struct notify_note *last_node;
2016 struct notify_note *new = NULL;
2028 new = (struct notify_note *) malloc (sizeof (struct notify_note));
2144 struct notify_note *p; in server_notify()