scgetc
static u_int scgetc(sc_softc_t *sc, u_int flags);
c = scgetc(scp->sc, SCGETC_CN | flags);
while ((c = scgetc(sc, SCGETC_NONBLOCK)) != NOKEY) {