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

  /src/external/bsd/tmux/dist/
cmd-move-window.c 96 idx = winlink_shuffle_up(dst, target.wl, before);
98 idx = winlink_shuffle_up(dst, dst->curw, before);
cmd-break-pane.c 68 idx = winlink_shuffle_up(dst_s, target->wl, before);
70 idx = winlink_shuffle_up(dst_s, dst_s->curw, before);
cmd-new-window.c 102 idx = winlink_shuffle_up(s, wl, before);
window.c 1641 winlink_shuffle_up(struct session *s, struct winlink *wl, int before) function
tmux.h 3301 int winlink_shuffle_up(struct session *, struct winlink *, int);

Completed in 23 milliseconds