Home
last modified time | relevance | path

Searched refs:tty_open (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dtmux.h2430 int tty_open(struct tty *, char **);
H A Dtty.c269 tty_open(struct tty *tty, char **cause) in tty_open() function
H A Dserver-client.c335 if (tty_open(&c->tty, cause) != 0) in server_client_open()