Searched refs:wl2 (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | session.c | 647 struct winlink *wl, *wl2; in session_group_synchronize1() local 666 wl2 = winlink_add(&s->windows, wl->idx); in session_group_synchronize1() 667 wl2->session = s; in session_group_synchronize1() 668 winlink_set_window(wl2, wl->window); in session_group_synchronize1() 669 notify_session_window("window-linked", s, wl2->window); in session_group_synchronize1() 670 wl2->flags |= wl->flags & WINLINK_ALERTFLAGS; in session_group_synchronize1() 683 wl2 = winlink_find_by_index(&s->windows, wl->idx); in session_group_synchronize1() 684 if (wl2 != NULL) { in session_group_synchronize1() 685 TAILQ_INSERT_TAIL(&s->lastw, wl2, sentry); in session_group_synchronize1() 686 wl2->flags |= WINLINK_VISITED; in session_group_synchronize1() [all …]
|
H A D | window.c | 87 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 D | 1468.crt | 14 wl2/OQg5Bd2c4TGiIRCS6VYP3SUZoMwu+KcsziF93ZYdqaZTmO0opYpc+VJw9TBM
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ra-colorize.c | 2177 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 D | ipa-prop.c | 88 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()
|