Home | History | Annotate | Download | only in dev

Lines Matching defs:TEXT

149  *   Default hardcoded text mode.  This grf_et is set up to
150 * use one text mode only, and this is it. You may use
637 /* XXX so grfconfig can tell us the correct text dimensions. */
1139 char TEXT;
1144 TEXT = (gv->depth == 4);
1166 if (TEXT) {
1189 if (TEXT)
1233 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1299 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1302 ((TEXT || (gv->depth == 1)) ? 0xc3 : 0xab));
1304 /* text cursor */
1305 if (TEXT) {
1318 | ((TEXT || (gv->depth == 1)) ? 0x00 : 0x60));
1348 ((TEXT || (gv->depth == 1)) ? 0x00 : 0x40));
1349 WGfx(ba, GCT_ID_MISC, (TEXT ? 0x04 : 0x01));
1358 case 4: /* text */
1457 WAttr(ba, ACT_ID_ATTR_MODE_CNTL, (TEXT ? 0x0a : 0x01));
1467 /* text initialization */
1468 if (TEXT) {
1493 * load text font into beginning of display memory. Each character
1505 /* clear out text/attr planes (three screens worth) */
1939 /* load console text mode, redraw screen */
1963 * graphics mode. Even when text mode is active.