Home
last modified time | relevance | path

Searched refs:winlink_stack_remove (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dsession.c223 winlink_stack_remove(&s->lastw, TAILQ_FIRST(&s->lastw)); in session_destroy()
363 winlink_stack_remove(&s->lastw, wl); in session_detach()
498 winlink_stack_remove(&s->lastw, wl); in session_set_current()
Dserver-fn.c273 winlink_stack_remove(&dst->lastw, dstwl); in server_link_window()
Dspawn.c137 winlink_stack_remove(&s->lastw, wl); in spawn_window()
Dwindow.c247 winlink_stack_remove(stack, wl); in winlink_stack_push()
253 winlink_stack_remove(struct winlink_stack *stack, struct winlink *wl) in winlink_stack_remove() function
Dtmux.h3101 void winlink_stack_remove(struct winlink_stack *, struct winlink *);