Home
last modified time | relevance | path

Searched refs:tty_init (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/bin/ksh/
H A Dtty.h20 extern void tty_init(int);
H A Dtty.c28 tty_init(int init_ttystate) in tty_init() function
H A Djobs.c189 tty_init(true); in j_init()
239 tty_init(true); in j_suspend()
303 tty_init(false); in j_change()
/openbsd-src/bin/pax/
H A Dtty_subs.c63 tty_init(void) in tty_init() function
H A Dextern.h294 int tty_init(void);
H A Dpax.c267 if ((gen_init() < 0) || (tty_init() < 0)) in main()
/openbsd-src/lib/libedit/
H A Dtty.h460 protected int tty_init(EditLine *);
H A Del.c95 if (tty_init(el) == -1) in el_init()
H A Dtty.c567 tty_init(EditLine *el) in tty_init() function
/openbsd-src/sys/sys/
H A Dtty.h297 void tty_init(void);
/openbsd-src/sys/kern/
H A Dinit_main.c203 tty_init(); /* initialise tty's */ in main()
H A Dtty.c2333 tty_init(void)
2335 tty_init(void) tty_init() function
/openbsd-src/usr.bin/tmux/
H A Dtmux.h2434 int tty_init(struct tty *, struct client *);
H A Dserver-client.c3611 if (tty_init(&c->tty, c) != 0) {
H A Dtty.c100 tty_init(struct tty *tty, struct client *c)
101 tty_init(struct tty *tty, struct client *c) tty_init() function