tty_list
static struct tty_list *add_tty(char *);
static struct tty_list *
struct tty_list *tp;
if ((tp = NEW(struct tty_list)) == NULL)
struct tty_list *tp;
struct tty_list *next;
static struct tty_list *Ttys = NULL;