Lines Matching refs:notifyee
669 char *notifyee; member
694 prog = xmalloc (strlen (filter) + strlen (args->notifyee) + 1);
704 strcpy (q, args->notifyee);
875 args.notifyee = NULL;
896 args.notifyee = xstrdup (line + len + 1);
903 cp = strpbrk (args.notifyee, ":\n");
919 if (args.notifyee == NULL)
921 args.notifyee = xmalloc (endp - p + 1);
922 strncpy (args.notifyee, p, endp - p);
923 args.notifyee[endp - p] = '\0';
932 free (args.notifyee);