Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dtty.c36 void tty_read_callback(struct bufferevent *, void *);
166 tty->event = bufferevent_new(tty->fd, tty_read_callback, NULL, in tty_open()
177 tty_read_callback(__unused struct bufferevent *bufev, void *data) in tty_read_callback() function
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtty.c37 void tty_read_callback(struct bufferevent *, void *);
244 tty->event = bufferevent_new(tty->fd, tty_read_callback, NULL, in tty_open()
255 tty_read_callback(__unused struct bufferevent *bufev, void *data) in tty_read_callback() function
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtty.c36 void tty_read_callback(struct bufferevent *, void *);
239 tty->event = bufferevent_new(tty->fd, tty_read_callback, NULL, in tty_open()
250 tty_read_callback(__unused struct bufferevent *bufev, void *data) in tty_read_callback() function
/dports/sysutils/tmux/tmux-3.2a/
H A Dtty.c151 tty_read_callback(__unused int fd, __unused short events, void *data) in tty_read_callback() function
263 tty_read_callback, tty); in tty_open()