Searched refs:CMD_FIND_DEFAULT_MARKED (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-join-pane.c | 42 .source = { 's', CMD_FIND_PANE, CMD_FIND_DEFAULT_MARKED }, 56 .source = { 's', CMD_FIND_PANE, CMD_FIND_DEFAULT_MARKED },
|
H A D | cmd-swap-window.c | 38 .source = { 's', CMD_FIND_WINDOW, CMD_FIND_DEFAULT_MARKED },
|
H A D | cmd-swap-pane.c | 38 .source = { 's', CMD_FIND_PANE, CMD_FIND_DEFAULT_MARKED },
|
H A D | cmd-find.c | 953 if (flags & CMD_FIND_DEFAULT_MARKED) in cmd_find_target() 972 if (server_check_marked() && (flags & CMD_FIND_DEFAULT_MARKED)) { in cmd_find_target()
|
H A D | tmux.h | 1678 #define CMD_FIND_DEFAULT_MARKED 0x8 macro
|