HomeSort by: relevance | last modified time | path
    Searched refs:dst_s (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-break-pane.c 58 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,
88 wl = winlink_find_by_window(&dst_s->windows, w);
93 if (idx != -1 && winlink_find_by_index(&dst_s->windows, idx) != NULL) {
124 idx = -1 - options_get_number(dst_s->options, "base-index");
125 wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
127 session_select(dst_s, wl->idx)
    [all...]
cmd-join-pane.c 69 struct session *dst_s; local
80 dst_s = target->s;
167 session_select(dst_s, dst_idx);
168 cmd_find_from_session(current, dst_s, 0);
169 server_redraw_session(dst_s);
171 server_status_session(dst_s);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_poisoning.cc 35 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;
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 5923 csky_get_macro_operand (char *src_s, char *dst_s, char end_sym)
5929 dst_s[nlen++] = *(src_s++);
5930 dst_s[nlen] = '\0';
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 5923 csky_get_macro_operand (char *src_s, char *dst_s, char end_sym)
5929 dst_s[nlen++] = *(src_s++);
5930 dst_s[nlen] = '\0';

Completed in 28 milliseconds