Lines Matching refs:hold
53 "[+hold [ \aevent\a ...]]?If \aevent\a operands are specified "
146 #define DATA_hold 0x00000002 /* explicit hold */
203 int hold; /* hold announcements */
242 "hold", REQ_hold, 0, -1,
475 if (!state->hold && (e = (Event_t*)dtmatch(state->events, key.dptr)))
521 if (state->hold)
522 log(state, con, 'W', "%s global hold", key.dptr);
524 log(state, con, 'W', "%s explicit hold", key.dptr);
532 if (val.dptr && !state->hold && !(dat->flags & (DATA_clear|DATA_hold)))
817 state->hold = 1;
877 state->hold = 0;