Searched refs:CMD_FIND_CANFAIL (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-set-option.c | 42 .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 D | cmd-show-options.c | 45 .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 D | cmd-detach-client.c | 40 .source = { 's', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
|
H A D | cmd-set-environment.c | 40 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
|
H A D | cmd-show-environment.c | 44 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
|
H A D | cmd-display-message.c | 46 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
|
H A D | cmd-if-shell.c | 49 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
|
H A D | cmd-source-file.c | 45 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
|
H A D | cmd-run-shell.c | 51 .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
|
H A D | cmd-find.c | 934 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 D | cmd-new-session.c | 48 .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },
|
H A D | tmux.h | 1681 #define CMD_FIND_CANFAIL 0x40 macro
|