Lines Matching defs:fs
176 cmd_find_best_session_with_window(struct cmd_find_state *fs) in cmd_find_best_session_with_window()
209 cmd_find_best_winlink_with_window(struct cmd_find_state *fs) in cmd_find_best_winlink_with_window()
248 cmd_find_get_session(struct cmd_find_state *fs, const char *session) in cmd_find_get_session()
312 cmd_find_get_window(struct cmd_find_state *fs, const char *window, int only) in cmd_find_get_window()
348 cmd_find_get_window_with_session(struct cmd_find_state *fs, const char *window) in cmd_find_get_window_with_session()
500 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only) in cmd_find_get_pane()
537 cmd_find_get_pane_with_session(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_session()
564 cmd_find_get_pane_with_window(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_window()
644 cmd_find_clear_state(struct cmd_find_state *fs, int flags) in cmd_find_clear_state()
655 cmd_find_empty_state(struct cmd_find_state *fs) in cmd_find_empty_state()
664 cmd_find_valid_state(struct cmd_find_state *fs) in cmd_find_valid_state()
700 cmd_find_log_state(const char *prefix, struct cmd_find_state *fs) in cmd_find_log_state()
723 cmd_find_from_session(struct cmd_find_state *fs, struct session *s, int flags) in cmd_find_from_session()
737 cmd_find_from_winlink(struct cmd_find_state *fs, struct winlink *wl, int flags) in cmd_find_from_winlink()
751 cmd_find_from_session_window(struct cmd_find_state *fs, struct session *s, in cmd_find_from_session_window()
770 cmd_find_from_window(struct cmd_find_state *fs, struct window *w, int flags) in cmd_find_from_window()
791 cmd_find_from_winlink_pane(struct cmd_find_state *fs, struct winlink *wl, in cmd_find_from_winlink_pane()
807 cmd_find_from_pane(struct cmd_find_state *fs, struct window_pane *wp, int flags) in cmd_find_from_pane()
819 cmd_find_from_nothing(struct cmd_find_state *fs, int flags) in cmd_find_from_nothing()
839 cmd_find_from_mouse(struct cmd_find_state *fs, struct mouse_event *m, int flags) in cmd_find_from_mouse()
859 cmd_find_from_client(struct cmd_find_state *fs, struct client *c, int flags) in cmd_find_from_client()
923 cmd_find_target(struct cmd_find_state *fs, struct cmdq_item *item, in cmd_find_target()
1248 struct cmd_find_state fs; in cmd_find_current_client() local