Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tmux/
H A Dcmd-kill-window.c27 static enum cmd_retval cmd_kill_window_exec(struct cmd *, struct cmdq_item *);
39 .exec = cmd_kill_window_exec
52 .exec = cmd_kill_window_exec
56 cmd_kill_window_exec(struct cmd *self, struct cmdq_item *item) in cmd_kill_window_exec() function