Home
last modified time | relevance | path

Searched refs:tmuxpeer (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dproc.c38 struct tmuxpeer { struct
51 static int peer_check_version(struct tmuxpeer *, struct imsg *); argument
52 static void proc_update_event(struct tmuxpeer *);
57 struct tmuxpeer *peer = arg; in proc_event_cb()
114 peer_check_version(struct tmuxpeer *peer, struct imsg *imsg) in peer_check_version()
131 proc_update_event(struct tmuxpeer *peer) in proc_update_event()
165 proc_send_s(struct tmuxpeer *peer, enum msgtype type, const char *s) in proc_send_s()
245 struct tmuxpeer *
249 struct tmuxpeer *peer; in proc_add_peer()
267 proc_remove_peer(struct tmuxpeer *peer) in proc_remove_peer()
[all …]
H A Dtmux.h52 struct tmuxpeer;
1255 struct tmuxpeer *peer;
1589 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
1590 int proc_send_s(struct tmuxpeer *, enum msgtype, const char *);
1595 struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
1597 void proc_remove_peer(struct tmuxpeer *);
1598 void proc_kill_peer(struct tmuxpeer *);
H A Dclient.c38 struct tmuxpeer *client_peer;
/dports/sysutils/tmux23/tmux-2.3/
H A Dproc.c38 struct tmuxpeer { struct
51 static int peer_check_version(struct tmuxpeer *, struct imsg *); argument
52 static void proc_update_event(struct tmuxpeer *);
57 struct tmuxpeer *peer = arg; in proc_event_cb()
112 peer_check_version(struct tmuxpeer *peer, struct imsg *imsg) in peer_check_version()
129 proc_update_event(struct tmuxpeer *peer) in proc_update_event()
163 proc_send_s(struct tmuxpeer *peer, enum msgtype type, const char *s) in proc_send_s()
229 struct tmuxpeer *
233 struct tmuxpeer *peer; in proc_add_peer()
251 proc_remove_peer(struct tmuxpeer *peer) in proc_remove_peer()
[all …]
H A Dtmux.h49 struct tmuxpeer;
1241 struct tmuxpeer *peer;
1567 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
1568 int proc_send_s(struct tmuxpeer *, enum msgtype, const char *);
1573 struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
1575 void proc_remove_peer(struct tmuxpeer *);
1576 void proc_kill_peer(struct tmuxpeer *);
H A Dclient.c37 struct tmuxpeer *client_peer;
/dports/sysutils/tmate/tmate-2.4.0/
H A Dproc.c38 struct tmuxpeer { struct
51 static int peer_check_version(struct tmuxpeer *, struct imsg *); argument
52 static void proc_update_event(struct tmuxpeer *);
57 struct tmuxpeer *peer = arg; in proc_event_cb()
112 peer_check_version(struct tmuxpeer *peer, struct imsg *imsg) in peer_check_version()
129 proc_update_event(struct tmuxpeer *peer) in proc_update_event()
163 proc_send_s(struct tmuxpeer *peer, enum msgtype type, const char *s) in proc_send_s()
237 struct tmuxpeer *
241 struct tmuxpeer *peer; in proc_add_peer()
259 proc_remove_peer(struct tmuxpeer *peer) in proc_remove_peer()
[all …]
H A Dtmux.h52 struct tmuxpeer;
1232 struct tmuxpeer *peer;
1564 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
1565 int proc_send_s(struct tmuxpeer *, enum msgtype, const char *);
1570 struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
1572 void proc_remove_peer(struct tmuxpeer *);
1573 void proc_kill_peer(struct tmuxpeer *);
H A Dclient.c38 struct tmuxpeer *client_peer;
/dports/sysutils/tmux/tmux-3.2a/
H A Dproc.c51 TAILQ_HEAD(, tmuxpeer) peers;
54 struct tmuxpeer { struct
66 TAILQ_ENTRY(tmuxpeer) entry; argument
70 static void proc_update_event(struct tmuxpeer *);
75 struct tmuxpeer *peer = arg; in proc_event_cb()
147 proc_update_event(struct tmuxpeer *peer) in proc_update_event()
228 struct tmuxpeer *peer; in proc_exit()
306 struct tmuxpeer *
310 struct tmuxpeer *peer; in proc_add_peer()
329 proc_remove_peer(struct tmuxpeer *peer) in proc_remove_peer()
[all …]
H A Dtmux.h64 struct tmuxpeer;
1572 struct tmuxpeer *peer;
1610 struct tmuxpeer *peer;
1924 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
1930 struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
1932 void proc_remove_peer(struct tmuxpeer *);
1933 void proc_kill_peer(struct tmuxpeer *);
2416 struct client_file *file_create_with_peer(struct tmuxpeer *,
2433 void file_write_open(struct client_files *, struct tmuxpeer *,
2437 void file_read_open(struct client_files *, struct tmuxpeer *, struct imsg *,
H A Dfile.c71 file_create_with_peer(struct tmuxpeer *peer, struct client_files *files, in file_create_with_peer()
537 file_write_open(struct client_files *files, struct tmuxpeer *peer, in file_write_open()
696 file_read_open(struct client_files *files, struct tmuxpeer *peer, in file_read_open()
H A Dclient.c36 static struct tmuxpeer *client_peer;