Lines Matching defs:flags
135 cmd_find_session_better(struct session *s, struct session *than, int flags) in cmd_find_session_better()
153 cmd_find_best_session(struct session **slist, u_int ssize, int flags) in cmd_find_best_session()
645 cmd_find_clear_state(struct cmd_find_state *fs, int flags) in cmd_find_clear_state()
724 cmd_find_from_session(struct cmd_find_state *fs, struct session *s, int flags) in cmd_find_from_session()
738 cmd_find_from_winlink(struct cmd_find_state *fs, struct winlink *wl, int flags) in cmd_find_from_winlink()
753 struct window *w, int flags) in cmd_find_from_session_window()
771 cmd_find_from_window(struct cmd_find_state *fs, struct window *w, int flags) in cmd_find_from_window()
793 struct window_pane *wp, int flags) in cmd_find_from_winlink_pane()
808 cmd_find_from_pane(struct cmd_find_state *fs, struct window_pane *wp, int flags) in cmd_find_from_pane()
820 cmd_find_from_nothing(struct cmd_find_state *fs, int flags) in cmd_find_from_nothing()
840 cmd_find_from_mouse(struct cmd_find_state *fs, struct mouse_event *m, int flags) in cmd_find_from_mouse()
860 cmd_find_from_client(struct cmd_find_state *fs, struct client *c, int flags) in cmd_find_from_client()
925 const char *target, enum cmd_find_type type, int flags) in cmd_find_target()