Home
last modified time | relevance | path

Searched refs:ISTEXTSC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsyscons.h516 #define ISTEXTSC(scp) (!((scp)->status \ macro
H A Dsyscons.c304 if (!ISTEXTSC(&main_console)) in ec_putc()
1622 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size < 14)) in sctty_ioctl()
1645 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size >= 14) && in sctty_ioctl()
1670 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size >= 16)) in sctty_ioctl()
3332 if (ISTEXTSC(scp)) in scinit()
H A Dscvidctl.c782 if (ISUNKNOWNSC(scp) || ISTEXTSC(scp)) in sc_vid_ioctl()
H A Dscmouse.c936 if (ISTEXTSC(cur_scp) && (cur_scp->font != NULL)) in sc_mouse_ioctl()