Lines Matching refs:wme
857 struct window_mode_entry *wme;
859 wme = TAILQ_FIRST(&wp->modes);
860 if (wme == NULL || wme->data != modedata)
862 window_customize_key(wme, c, NULL, NULL, key, NULL);
872 window_customize_init(struct window_mode_entry *wme, struct cmd_find_state *fs,
875 struct window_pane *wp = wme->wp;
879 wme->data = data = xcalloc(1, sizeof *data);
922 window_customize_free(struct window_mode_entry *wme)
924 struct window_customize_modedata *data = wme->data;
935 window_customize_resize(struct window_mode_entry *wme, u_int sx, u_int sy)
937 struct window_customize_modedata *data = wme->data;
1406 window_customize_key(struct window_mode_entry *wme, struct client *c,
1410 struct window_pane *wp = wme->wp;
1411 struct window_customize_modedata *data = wme->data;