Lines Matching defs:notify
299 Ast_confdisc_f notify;
475 if (state.notify)
476 (*state.notify)(NiL, NiL, state.data - state.prefix);
827 if (state.notify && !(*state.notify)(name, path, value))
852 if (state.notify && !streq(fp->value, value) && !(*state.notify)(name, path, value))
1447 Ast_confdisc_f notify;
1453 notify = state.notify;
1454 state.notify = 0;
1456 state.notify = notify;
1569 old_notify = state.notify;
1570 state.notify = new_notify;