Searched refs:cmd_find_best_session_with_window (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-find.c32 static int cmd_find_best_session_with_window(struct cmd_find_state *);
176 cmd_find_best_session_with_window(struct cmd_find_state *fs) function
321 return (cmd_find_best_session_with_window(fs));
510 return (cmd_find_best_session_with_window(fs));
775 if (cmd_find_best_session_with_window(fs) != 0) {
898 if (cmd_find_best_session_with_window(fs) != 0) {
1259 if (cmd_find_best_session_with_window(&fs) == 0)

Completed in 83 milliseconds