Lines Matching defs:fs

177 cmd_find_best_session_with_window(struct cmd_find_state *fs)  in cmd_find_best_session_with_window()
210 cmd_find_best_winlink_with_window(struct cmd_find_state *fs) in cmd_find_best_winlink_with_window()
249 cmd_find_get_session(struct cmd_find_state *fs, const char *session) in cmd_find_get_session()
313 cmd_find_get_window(struct cmd_find_state *fs, const char *window, int only) in cmd_find_get_window()
349 cmd_find_get_window_with_session(struct cmd_find_state *fs, const char *window) in cmd_find_get_window_with_session()
501 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only) in cmd_find_get_pane()
538 cmd_find_get_pane_with_session(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_session()
565 cmd_find_get_pane_with_window(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_window()
645 cmd_find_clear_state(struct cmd_find_state *fs, int flags) in cmd_find_clear_state()
656 cmd_find_empty_state(struct cmd_find_state *fs) in cmd_find_empty_state()
665 cmd_find_valid_state(struct cmd_find_state *fs) in cmd_find_valid_state()
701 cmd_find_log_state(const char *prefix, struct cmd_find_state *fs) in cmd_find_log_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()
752 cmd_find_from_session_window(struct cmd_find_state *fs, struct session *s, 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()
792 cmd_find_from_winlink_pane(struct cmd_find_state *fs, struct winlink *wl, 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()
924 cmd_find_target(struct cmd_find_state *fs, struct cmdq_item *item, in cmd_find_target()
1249 struct cmd_find_state fs; in cmd_find_current_client() local