Home
last modified time | relevance | path

Searched refs:proc_send (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dclient.c391 proc_send(client_peer, msg, -1, NULL, 0); in client_main()
466 proc_send(client_peer, MSG_IDENTIFY_TERMINFO, -1, in client_send_identify()
549 proc_send(client_peer, MSG_RESIZE, -1, NULL, 0); in client_signal()
558 proc_send(client_peer, MSG_WAKEUP, -1, NULL, 0); in client_signal()
657 proc_send(client_peer, MSG_RESIZE, -1, NULL, 0); in client_dispatch_wait()
685 proc_send(client_peer, MSG_EXITING, -1, NULL, 0); in client_dispatch_wait()
749 proc_send(client_peer, MSG_EXITING, -1, NULL, 0); in client_dispatch_attached()
759 proc_send(client_peer, MSG_EXITING, -1, NULL, 0); in client_dispatch_attached()
765 proc_send(client_peer, MSG_EXITING, -1, NULL, 0); in client_dispatch_attached()
777 proc_send(client_peer, MSG_EXITING, -1, NULL, 0); in client_dispatch_attached()
[all …]
H A Dfile.c218 proc_send(c->peer, MSG_WRITE_OPEN, -1, &msg, sizeof msg); in file_vprint()
245 proc_send(c->peer, MSG_WRITE_OPEN, -1, &msg, sizeof msg); in file_print_buffer()
275 proc_send(c->peer, MSG_WRITE_OPEN, -1, &msg, sizeof msg); in file_error()
346 if (proc_send(cf->peer, MSG_WRITE_OPEN, -1, msg, msglen) != 0) { in file_write()
421 if (proc_send(cf->peer, MSG_READ_OPEN, -1, msg, msglen) != 0) { in file_read()
447 proc_send(cf->peer, MSG_READ_CANCEL, -1, &msg, sizeof msg); in file_cancel()
480 if (proc_send(cf->peer, MSG_WRITE, -1, msg, msglen) != 0) in file_push()
617 proc_send(peer, MSG_WRITE_READY, -1, &reply, sizeof reply); in file_write_open()
677 proc_send(cf->peer, MSG_READ_DONE, -1, &msg, sizeof msg); in file_read_error_callback()
710 proc_send(cf->peer, MSG_READ, -1, msg, msglen); in file_read_callback()
[all …]
H A Dproc.c138 proc_send(peer, MSG_VERSION, -1, NULL, 0); in peer_check_version()
162 proc_send(struct tmuxpeer *peer, enum msgtype type, int fd, const void *buf, in proc_send() function
H A Dcmd-attach-session.c156 proc_send(c->peer, MSG_READY, -1, NULL, 0); in cmd_attach_session()
H A Dcmd-new-session.c328 proc_send(c->peer, MSG_READY, -1, NULL, 0); in cmd_new_session_exec()
H A Dserver-client.c539 proc_send(c->peer, MSG_SUSPEND, -1, NULL, 0); in server_client_suspend()
583 proc_send(c->peer, MSG_EXEC, -1, msg, cmdsize + shellsize); in server_client_exec()
3054 proc_send(c->peer, MSG_EXIT, -1, data, size); in server_client_check_exit()
3058 proc_send(c->peer, MSG_SHUTDOWN, -1, NULL, 0); in server_client_check_exit()
3061 proc_send(c->peer, c->exit_msgtype, -1, name, strlen(name) + 1); in server_client_check_exit()
3357 proc_send(c->peer, MSG_EXITED, -1, NULL, 0); in server_client_dispatch()
3642 proc_send(c->peer, MSG_SHELL, -1, shell, strlen(shell) + 1); in server_client_dispatch_shell()
3725 proc_send(c->peer, MSG_FLAGS, -1, &c->flags, sizeof c->flags); in server_client_set_flags()
H A Dserver-fn.c176 proc_send(c->peer, MSG_LOCK, -1, cmd, strlen(cmd) + 1); in server_lock_client()
H A Dtmux.h2185 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);