ttytype
#define termbuf ttytype
extern char ttytype[];
void ttytype(struct tty *, const char *, int, int, int);
ttytype(tty, "rc", NL_RC_TTY, NL_NRC_TTY, 0);
ttytype(tty, "cy", NL_CY_TTY, NL_NCY_TTY, 0);
ttytype(tty, "si", NL_SI_TTY, NL_SI_NPORTS, 1);