Home
last modified time | relevance | path

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

/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-set-option.c39 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
52 .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
65 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-show-options.c44 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
57 .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
70 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-detach-client.c40 .source = { 's', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
H A Dcmd-set-environment.c40 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
H A Dcmd-show-environment.c44 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
H A Dcmd-display-message.c46 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-if-shell.c45 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-run-shell.c47 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-find.c933 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
958 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
1214 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
H A Dcmd-new-session.c47 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
H A Dtmux.h1465 #define CMD_FIND_CANFAIL 0x40 macro