Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg.h145 int imsg_compose(struct imsgbuf *, uint32_t, uint32_t, pid_t, int,
H A Dimsg.c240 imsg_compose(struct imsgbuf *imsgbuf, uint32_t type, uint32_t id, pid_t pid, in imsg_compose() function
/netbsd-src/external/bsd/tmux/dist/
H A Dproc.c175 retval = imsg_compose(ibuf, type, PROTOCOL_VERSION, -1, fd, vp, len); in proc_send()