notifications_set  635 src/w32inevt.c   struct notifications_set *ns = NULL;
notifications_set  121 src/w32notify.c struct notifications_set *notifications_set_head;
notifications_set  128 src/w32notify.c send_notifications (struct notifications_set *ns)
notifications_set  192 src/w32notify.c   struct notifications_set *ns = NULL;
notifications_set  233 src/w32notify.c   ns = malloc (sizeof(struct notifications_set));
notifications_set  236 src/w32notify.c       memset (ns, 0, sizeof(struct notifications_set));
notifications_set 3557 src/w32term.c    struct notifications_set *ns = NULL;
notifications_set  767 src/w32term.h    struct notifications_set *next;
notifications_set  768 src/w32term.h    struct notifications_set *prev;
notifications_set  770 src/w32term.h  extern struct notifications_set *notifications_set_head;
notifications_set   55 src/w32xfns.c    notifications_set_head = malloc (sizeof(struct notifications_set));
notifications_set   58 src/w32xfns.c        memset (notifications_set_head, 0, sizeof(struct notifications_set));
notifications_set  101 src/w32xfns.c  	  struct notifications_set *ns = notifications_set_head->next;