HomeSort by: relevance | last modified time | path
    Searched refs:msg_write_close (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
tmux-protocol.h 69 MSG_WRITE_CLOSE,
115 struct msg_write_close { struct
file.c 473 struct msg_write_close close;
498 proc_send(cf->peer, MSG_WRITE_CLOSE, -1, &close, sizeof close);
650 struct msg_write_close *msg = imsg->data;
655 fatalx("bad MSG_WRITE_CLOSE size");

Completed in 82 milliseconds