Home
last modified time | relevance | path

Searched refs:sc_escape (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/sl/
H A Dif_sl.c824 if (sc->sc_escape) in slinput()
829 if (sc->sc_escape) in slinput()
834 sc->sc_escape = 1; in slinput()
928 sc->sc_escape = 0; in slinput()
940 sc->sc_escape = 0; in slinput()
H A Dif_slvar.h56 u_int sc_escape; /* =1 if last char input was FRAME_ESCAPE */ member