Searched refs:cmdq_new_state (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | cmd-queue.c | 208 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()
|
| D | cfg.c | 138 state = cmdq_new_state(NULL, NULL, 0); in load_cfg() 190 state = cmdq_new_state(NULL, NULL, 0); in load_cfg_from_buffer()
|
| D | key-bindings.c | 683 new_state = cmdq_new_state(fs, event, flags); in key_bindings_dispatch()
|
| D | notify.c | 94 state = cmdq_new_state(&fs, NULL, CMDQ_STATE_NOHOOKS); in notify_insert_hook()
|
| D | menu.c | 428 state = cmdq_new_state(&md->fs, event, 0); in menu_key_cb()
|
| D | mode-tree.c | 1254 state = cmdq_new_state(fs, NULL, 0); in mode_tree_run_command()
|
| D | control.c | 567 state = cmdq_new_state(NULL, NULL, CMDQ_STATE_CONTROL); in control_read_callback()
|
| D | tmux.h | 2635 struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,
|