Lines Matching defs:notify
365 int notify;
376 if ((ptr = strstr(ne.data, "notify=")) != NULL &&
377 sscanf(ptr, "notify=%x", ¬ify) == 1)
378 acline_status = (notify ? SRC_AC : SRC_BATTERY);
386 int notify;
399 (ptr = strstr(ptr, "notify=")) != NULL &&
400 sscanf(ptr, "notify=%x", ¬ify) == 1)
401 acline_status = (notify ? SRC_AC : SRC_BATTERY);