Lines Matching refs:wme
889 struct window_mode_entry *wme;
891 wme = TAILQ_FIRST(&wp->modes);
892 if (wme == NULL || wme->data != modedata)
894 window_tree_key(wme, c, NULL, NULL, key, NULL);
979 window_tree_init(struct window_mode_entry *wme, struct cmd_find_state *fs,
982 struct window_pane *wp = wme->wp;
986 wme->data = data = xcalloc(1, sizeof *data);
1048 window_tree_free(struct window_mode_entry *wme)
1050 struct window_tree_modedata *data = wme->data;
1061 window_tree_resize(struct window_mode_entry *wme, u_int sx, u_int sy)
1063 struct window_tree_modedata *data = wme->data;
1069 window_tree_update(struct window_mode_entry *wme)
1071 struct window_tree_modedata *data = wme->data;
1308 window_tree_key(struct window_mode_entry *wme, struct client *c,
1312 struct window_pane *wp = wme->wp;
1313 struct window_tree_modedata *data = wme->data;
1346 if (!mode_tree_set_current(data->data, (uintptr_t)wme->wp))