SC_DEV
#define VIRTUAL_TTY(sc, x) ((SC_DEV((sc),(x)) != NULL) ? \
(SC_DEV((sc),(x))->si_tty) : NULL)
scp = SC_STAT(SC_DEV(sc, i));
#define VIRTUAL_TTY(sc, x) ((SC_DEV((sc),(x)) != NULL) ? \
(SC_DEV((sc),(x))->si_tty) : NULL)
sc->new_scp = SC_STAT(SC_DEV(sc, next_scr));