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

/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h529 #define ISTEXTSC(scp) (!((scp)->status \ macro
H A Dsyscons.c300 if (!ISTEXTSC(&main_console))
1598 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size < 14))
1622 if (ISTEXTSC(sc->cur_scp)
1648 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size >= 16))
3273 if (ISTEXTSC(scp))
H A Dscmouse.c939 if (ISTEXTSC(cur_scp) && (cur_scp->font != NULL))
H A Dscvidctl.c789 if (ISUNKNOWNSC(scp) || ISTEXTSC(scp))

Completed in 67 milliseconds