TTY
COOKIE(TTY),
COOKIE(TTY),
static TTY *
TTY *cur;
if (!(cur = (TTY *)malloc((u_int)sizeof(TTY))))
TTY *T; /* tty list entry */
static TTY *ttylist; /* head of linked list */
static TTY *addtty(const char *);
%token TTY