Home
last modified time | relevance | path

Searched refs:wl2 (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dsession.c653 struct winlink *wl, *wl2; in session_group_synchronize1() local
672 wl2 = winlink_add(&s->windows, wl->idx); in session_group_synchronize1()
673 wl2->session = s; in session_group_synchronize1()
674 winlink_set_window(wl2, wl->window); in session_group_synchronize1()
675 notify_session_window("window-linked", s, wl2->window); in session_group_synchronize1()
676 wl2->flags |= wl->flags & WINLINK_ALERTFLAGS; in session_group_synchronize1()
689 wl2 = winlink_find_by_index(&s->windows, wl->idx); in session_group_synchronize1()
690 if (wl2 != NULL) { in session_group_synchronize1()
691 TAILQ_INSERT_TAIL(&s->lastw, wl2, sentry); in session_group_synchronize1()
692 wl2->flags |= WINLINK_VISITED; in session_group_synchronize1()
[all …]
H A Dwindow.c87 winlink_cmp(struct winlink *wl1, struct winlink *wl2) in winlink_cmp() argument
89 return (wl1->idx - wl2->idx); in winlink_cmp()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1468.crt14 wl2/OQg5Bd2c4TGiIRCS6VYP3SUZoMwu+KcsziF93ZYdqaZTmO0opYpc+VJw9TBM
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c2177 struct conflict_link *wl2; local
2187 for (wl2 = x->conflict_list; wl2; wl2 = wl2->next)
2188 if (wl2->t->type == COALESCED && alias (wl2->t)->type == PRECOLORED)
2189 CLEAR_HARD_REG_BIT (regs, alias (wl2->t)->color);
2192 for (wl2 = x->orig_conflict_list; wl2; wl2 = wl2->next)
2193 if (wl2->t->type == PRECOLORED)
2194 CLEAR_HARD_REG_BIT (regs, wl2->t->color);
/openbsd/gnu/gcc/gcc/
H A Dipa-prop.c88 ipa_methodlist_next_method_set (ipa_methodlist_p wl1, ipa_methodlist_p wl2) in ipa_methodlist_next_method_set() argument
90 wl1->next_method = wl2; in ipa_methodlist_next_method_set()