tty_terms
LIST_FOREACH(term, &tty_terms, entry) {
LIST_HEAD(tty_terms, tty_term);
extern struct tty_terms tty_terms;
struct tty_terms tty_terms = LIST_HEAD_INITIALIZER(tty_terms);
LIST_INSERT_HEAD(&tty_terms, term, entry);