Home
last modified time | relevance | path

Searched refs:lastw (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dsession.c124 TAILQ_INIT(&s->lastw); in session_create()
221 while (!TAILQ_EMPTY(&s->lastw)) in session_destroy()
222 winlink_stack_remove(&s->lastw, TAILQ_FIRST(&s->lastw)); in session_destroy()
359 winlink_stack_remove(&s->lastw, wl); in session_detach()
474 wl = TAILQ_FIRST(&s->lastw); in session_last()
494 winlink_stack_remove(&s->lastw, wl); in session_set_current()
495 winlink_stack_push(&s->lastw, s->curw); in session_set_current()
681 TAILQ_INIT(&s->lastw); in session_group_synchronize1()
685 TAILQ_INSERT_TAIL(&s->lastw, wl2, sentry); in session_group_synchronize1()
734 TAILQ_INIT(&s->lastw); in session_renumber_windows()
[all …]
H A Dserver-fn.c275 winlink_stack_remove(&dst->lastw, dstwl); in server_link_window()
H A Dspawn.c139 winlink_stack_remove(&s->lastw, wl); in spawn_window()
H A Dcmd-find.c407 fs->wl = TAILQ_FIRST(&fs->s->lastw); in cmd_find_get_window_with_session()
H A Dformat.c584 TAILQ_FOREACH(wl, &s->lastw, sentry) { in format_cb_session_stack()
608 TAILQ_FOREACH(wl, &s->lastw, sentry) { in format_cb_window_stack_index()
2482 if (ft->wl == TAILQ_FIRST(&ft->wl->session->lastw)) in format_cb_window_last_flag()
H A Dwindow.c903 if (wl == TAILQ_FIRST(&s->lastw)) in window_printable_flags()
H A Dtmux.h1354 struct winlink_stack lastw; member