Home
last modified time | relevance | path

Searched refs:cmdq_new_state (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-queue.c208 cmdq_new_state(struct cmd_find_state *current, struct key_event *event, in cmdq_new_state() function
242 return (cmdq_new_state(current, &state->event, state->flags)); in cmdq_copy_state()
243 return (cmdq_new_state(&state->current, &state->event, state->flags)); in cmdq_copy_state()
394 new_state = cmdq_new_state(current, &state->event, CMDQ_STATE_NOHOOKS); in cmdq_insert_hook()
505 state = cmdq_new_state(NULL, NULL, 0); in cmdq_get_command()
694 item->state = cmdq_new_state(NULL, NULL, 0); in cmdq_get_callback1()
Dcfg.c138 state = cmdq_new_state(NULL, NULL, 0); in load_cfg()
190 state = cmdq_new_state(NULL, NULL, 0); in load_cfg_from_buffer()
Dkey-bindings.c683 new_state = cmdq_new_state(fs, event, flags); in key_bindings_dispatch()
Dnotify.c94 state = cmdq_new_state(&fs, NULL, CMDQ_STATE_NOHOOKS); in notify_insert_hook()
Dmenu.c428 state = cmdq_new_state(&md->fs, event, 0); in menu_key_cb()
Dmode-tree.c1254 state = cmdq_new_state(fs, NULL, 0); in mode_tree_run_command()
Dcontrol.c567 state = cmdq_new_state(NULL, NULL, CMDQ_STATE_CONTROL); in control_read_callback()
Dtmux.h2635 struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,