Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-set-option.c42 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
55 .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
68 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-show-options.c45 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
58 .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
71 .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.c49 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-source-file.c45 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-run-shell.c51 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
H A Dcmd-find.c934 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
959 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
1215 if (flags & CMD_FIND_CANFAIL) in cmd_find_target()
H A Dcmd-new-session.c48 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
H A Dtmux.h1681 #define CMD_FIND_CANFAIL 0x40 macro