Lines Matching defs:notify
44 typedef struct notify Notify_t;
46 struct notify /* notification address list */
55 Notify_t* notify; /* notification address list */
141 for (np = pp->notify; np; np = np->next)
168 np = pp->notify;
186 np->next = pp->notify;
187 pp->notify = np;
198 np->next = pp->notify;
199 pp->notify = np;
239 np = pp->notify;