Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/vi/vi/
H A Dvs_msg.c340 (void)msg_cmsg(sp, CMSG_CONT_S, &padding); in vs_msg()
796 p = msg_cmsg(sp, CMSG_CONT_S, &len); in vs_wait()
800 p = msg_cmsg(sp, CMSG_CONT_Q, &len); in vs_wait()
803 p = msg_cmsg(sp, CMSG_CONT_EX, &len); in vs_wait()
806 p = msg_cmsg(sp, CMSG_CONT, &len); in vs_wait()
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h57 const char *msg_cmsg(SCR *, cmsg_t, size_t *);
/openbsd-src/usr.bin/vi/common/
H A Dmain.c407 p = msg_cmsg(sp, CMSG_CONT_R, &len); in editor()
H A Dmsg.c502 msg_cmsg(SCR *sp, cmsg_t which, size_t *lenp) in msg_cmsg() function