tty_list
struct tty_list *tp;
if ((tp = malloc(sizeof(struct tty_list))) == NULL)
struct tty_list *next;
static struct tty_list *Ttys = NULL;