Home
last modified time | relevance | path

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

/netbsd/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c34 static void ibuf_dequeue(struct msgbuf *, struct ibuf *);
207 ibuf_dequeue(msgbuf, buf); in msgbuf_drain()
221 ibuf_dequeue(msgbuf, buf); in msgbuf_clear()
300 ibuf_dequeue(struct msgbuf *msgbuf, struct ibuf *buf) in ibuf_dequeue() function