Searched refs:imsg_compose (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/tmux/dist/compat/ |
H A D | imsg.h | 145 int imsg_compose(struct imsgbuf *, uint32_t, uint32_t, pid_t, int,
|
H A D | imsg.c | 240 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 D | proc.c | 175 retval = imsg_compose(ibuf, type, PROTOCOL_VERSION, -1, fd, vp, len); in proc_send()
|