Home | History | Annotate | Download | only in dist

Lines Matching refs:wme

68 	struct window_mode_entry	*wme;
86 wme = TAILQ_FIRST(&wp->modes);
87 if (wme == NULL || wme->mode->key_table == NULL) {
92 table = key_bindings_get_table(wme->mode->key_table(wme), 1);
163 struct window_mode_entry *wme = TAILQ_FIRST(&wp->modes);
178 if (wme != NULL && (args_has(args, 'X') || count == 0)) {
179 if (wme->mode->command == NULL) {
183 wme->prefix = np;
188 if (wme == NULL || wme->mode->command == NULL) {
194 wme->mode->command(wme, tc, s, wl, args, m);