Home
last modified time | relevance | path

Searched refs:imsg_flush (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/tmux/dist/
H A Dproc.c228 imsg_flush(&peer->ibuf); in proc_exit()
351 imsg_flush(&peer->ibuf); in proc_flush_peer()
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg.h155 int imsg_flush(struct imsgbuf *);
H A Dimsg.c432 imsg_flush(struct imsgbuf *imsgbuf) in imsg_flush() function