Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tmux/
H A Dcmd-find.c43 static int cmd_find_get_pane(struct cmd_find_state *, const char *, int);
501 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only) in cmd_find_get_pane() function
1198 if (cmd_find_get_pane(fs, pane, pane_only) != 0) in cmd_find_target()