Home | History | Annotate | Download | only in dist

Lines Matching refs:wme

1096 	struct window_mode_entry	*wme;
1102 TAILQ_FOREACH(wme, &wp->modes, entry)
2180 struct window_mode_entry *wme;
2183 wme = TAILQ_FIRST(&ft->wp->modes);
2184 if (wme != NULL)
2185 return (xstrdup(wme->mode->name));
5849 struct window_mode_entry *wme;
5855 wme = TAILQ_FIRST(&wp->modes);
5856 if (wme != NULL && wme->mode->formats != NULL)
5857 wme->mode->formats(wme, ft);