Home | History | Annotate | Download | only in dist

Lines Matching refs:wme

255 	struct window_mode_entry	*wme;
257 wme = TAILQ_FIRST(&wp->modes);
258 if (wme == NULL || wme->data != modedata)
260 window_client_key(wme, c, NULL, NULL, key, NULL);
284 window_client_init(struct window_mode_entry *wme,
287 struct window_pane *wp = wme->wp;
291 wme->data = data = xcalloc(1, sizeof *data);
320 window_client_free(struct window_mode_entry *wme)
322 struct window_client_modedata *data = wme->data;
342 window_client_resize(struct window_mode_entry *wme, u_int sx, u_int sy)
344 struct window_client_modedata *data = wme->data;
350 window_client_update(struct window_mode_entry *wme)
352 struct window_client_modedata *data = wme->data;
377 window_client_key(struct window_mode_entry *wme, struct client *c,
381 struct window_pane *wp = wme->wp;
382 struct window_client_modedata *data = wme->data;