Searched refs:ISGRAPHSC (Results 1 – 5 of 5) sorted by relevance
126 if (ISGRAPHSC(scp)) { in set_mouse_pos()157 if (ISGRAPHSC(scp)) in sc_draw_mouse_image()175 if (ISGRAPHSC(scp)) in sc_remove_mouse_image()689 if (!ISGRAPHSC(cur_scp)) in sc_mouse_ioctl()781 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()831 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
601 if (!ISGRAPHSC(scp)) in sc_attach_unit()768 if (ISGRAPHSC(scp)) in scopen()1042 if (!ISGRAPHSC(sc->cur_scp)) in scioctl()1056 if (!ISGRAPHSC(sc->cur_scp)) { in scioctl()1128 && (!ISGRAPHSC(sc->cur_scp) in scioctl()1187 if (ISGRAPHSC(scp)) { in scioctl()2114 if (!ISGRAPHSC(scp) && !(scp->sc->flags & SC_SCRN_BLANKED)) in sccnupdate()2195 if ((sc->flags & SC_SCRN_BLANKED) && !ISGRAPHSC(sc->cur_scp)) in scrn_timer()2212 if (!ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()2218 if (!ISGRAPHSC(scp) || (sc->flags & SC_SCRN_BLANKED)) in scrn_timer()[all …]
555 if (!ISGRAPHSC(sc->cur_scp)) in scterm_scan_esc()588 if (!ISGRAPHSC(sc->cur_scp)) { in scterm_scan_esc()
605 if (scp->sc->fbi != NULL && ISGRAPHSC(scp)) { in sc_vid_ioctl()783 *data = ISGRAPHSC(scp) ? KD_GRAPHICS : KD_TEXT; in sc_vid_ioctl()
500 #define ISGRAPHSC(scp) (((scp)->status \ macro