Searched refs:dst_s (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-break-pane.c58 struct session *dst_s = target->s; local
68 idx = winlink_shuffle_up(dst_s, target->wl, before);
70 idx = winlink_shuffle_up(dst_s, dst_s->curw, before);
77 if (server_link_window(src_s, wl, dst_s, idx, 0,
90 if (idx != -1 && winlink_find_by_index(&dst_s->windows, idx) != NULL) {
121 idx = -1 - options_get_number(dst_s->options, "base-index");
122 wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
124 session_select(dst_s, wl->idx);
125 cmd_find_from_session(current, dst_s,
[all...]
H A Dcmd-join-pane.c70 struct session *dst_s; local
81 dst_s = target->s;
168 session_select(dst_s, dst_idx);
169 cmd_find_from_session(current, dst_s, 0);
170 server_redraw_session(dst_s);
172 server_status_session(dst_s);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp35 uptr dst_s = MEM_TO_SHADOW(addr); local
39 for (; src_s < src_s_end; ++dst_s, ++src_s)
40 if (*(u8 *)src_s) *(u32 *)SHADOW_TO_ORIGIN(dst_s & ~3UL) = src_origin;

Completed in 69 milliseconds