Searched refs:mode_tree_run_command (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | window-client.c | 408 mode_tree_run_command(c, NULL, data->command, item->c->ttyname); in window_client_key()
|
H A D | window-buffer.c | 434 mode_tree_run_command(c, NULL, data->command, item->name); in window_buffer_do_paste()
|
H A D | window-tree.c | 1054 mode_tree_run_command(c, &fs, data->entered, name); in window_tree_command_each() 1342 mode_tree_run_command(c, NULL, data->command, name); in window_tree_key()
|
H A D | mode-tree.c | 1286 mode_tree_run_command(struct client *c, struct cmd_find_state *fs, in mode_tree_run_command() function
|
H A D | tmux.h | 3281 void mode_tree_run_command(struct client *, struct cmd_find_state *,
|