HomeSort by: relevance | last modified time | path
    Searched defs:sc_focus (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay.c 146 int sc_focusidx; /* available only if sc_focus isn't null */
147 struct wsscreen *sc_focus; member in struct:wsdisplay_softc
486 if (!sc->sc_focus) {
491 sc->sc_focus = scr;
533 scr = sc->sc_focus;
550 sc->sc_focus->scr_dconf->emulcookie, lines);
579 if (sc->sc_focus == scr) {
580 sc->sc_focus = 0;
741 scr = sc->sc_focus;
793 struct wsscreen *scr = sc->sc_focus;
    [all...]
wsdisplay.c 146 int sc_focusidx; /* available only if sc_focus isn't null */
147 struct wsscreen *sc_focus; member in struct:wsdisplay_softc
486 if (!sc->sc_focus) {
491 sc->sc_focus = scr;
533 scr = sc->sc_focus;
550 sc->sc_focus->scr_dconf->emulcookie, lines);
579 if (sc->sc_focus == scr) {
580 sc->sc_focus = 0;
741 scr = sc->sc_focus;
793 struct wsscreen *scr = sc->sc_focus;
    [all...]
wsdisplay.c 146 int sc_focusidx; /* available only if sc_focus isn't null */
147 struct wsscreen *sc_focus; member in struct:wsdisplay_softc
486 if (!sc->sc_focus) {
491 sc->sc_focus = scr;
533 scr = sc->sc_focus;
550 sc->sc_focus->scr_dconf->emulcookie, lines);
579 if (sc->sc_focus == scr) {
580 sc->sc_focus = 0;
741 scr = sc->sc_focus;
793 struct wsscreen *scr = sc->sc_focus;
    [all...]

Completed in 31 milliseconds