Searched refs:MSGBUF_WRAP (Results 1 – 2 of 2) sorted by relevance
124 mbp->msg_flags &= ~MSGBUF_WRAP; in msgbuf_clear()170 mbp->msg_flags |= MSGBUF_WRAP; in msgbuf_addchar()273 mbp->msg_flags |= MSGBUF_WRAP; in msgbuf_addstr()364 if (mbp->msg_flags & MSGBUF_WRAP) in msgbuf_peekbytes()
50 #define MSGBUF_WRAP 0x02 /* buffer has wrapped around */ macro