Home
last modified time | relevance | path

Searched refs:CMDQ_STATE_NOHOOKS (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dnotify.c95 state = cmdq_new_state(&fs, NULL, CMDQ_STATE_NOHOOKS); in notify_insert_hook()
188 if (item != NULL && (cmdq_get_flags(item) & CMDQ_STATE_NOHOOKS)) in notify_add()
Dcmd-queue.c373 if (item->state->flags & CMDQ_STATE_NOHOOKS) in cmdq_insert_hook()
395 new_state = cmdq_new_state(current, &state->event, CMDQ_STATE_NOHOOKS); in cmdq_insert_hook()
Dtmux.h1727 #define CMDQ_STATE_NOHOOKS 0x4 macro