Searched refs:tty_init (Results 1 – 15 of 15) sorted by relevance
20 extern void tty_init(int);
28 tty_init(int init_ttystate) in tty_init() function
189 tty_init(true); in j_init()239 tty_init(true); in j_suspend()303 tty_init(false); in j_change()
63 tty_init(void) in tty_init() function
294 int tty_init(void);
267 if ((gen_init() < 0) || (tty_init() < 0)) in main()
460 protected int tty_init(EditLine *);
95 if (tty_init(el) == -1) in el_init()
567 tty_init(EditLine *el) in tty_init() function
297 void tty_init(void);
203 tty_init(); /* initialise tty's */ in main()
2333 tty_init(void)2335 tty_init(void) tty_init() function
2434 int tty_init(struct tty *, struct client *);
3611 if (tty_init(&c->tty, c) != 0) {
100 tty_init(struct tty *tty, struct client *c)101 tty_init(struct tty *tty, struct client *c) tty_init() function