HomeSort by: relevance | last modified time | path
    Searched defs:other_winlink (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
window-tree.c 932 struct winlink *cur_winlink, *other_winlink; local
942 window_tree_pull_item(other, &other_session, &other_winlink,
949 window_tree_cmp_window(&cur_winlink, &other_winlink) != 0) {
957 other_window = other_winlink->window;
958 TAILQ_REMOVE(&other_window->winlinks, other_winlink, wentry);
962 other_winlink->window = cur_window;
963 TAILQ_INSERT_TAIL(&cur_window->winlinks, other_winlink, wentry);
968 session_set_current(cur_session, other_winlink);
969 else if (cur_session->curw == other_winlink)

Completed in 60 milliseconds