tty_init
tty_init(true);
tty_init(true);
tty_init(false);
extern void tty_init(int);
int tty_init(void);
if ((gen_init() < 0) || (tty_init() < 0))
if (tty_init(el) == -1)
protected int tty_init(EditLine *);
tty_init(); /* initialise tty's */
void tty_init(void);
if (tty_init(&c->tty, c) != 0) {
int tty_init(struct tty *, struct client *);