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

  /src/sys/arch/x68k/stand/mboot/
Makefile 9 # text address
10 TEXT= 00002000
24 CPPFLAGS+= -DTEXTADDR="0x${TEXT}"
29 LINKFLAGS= -N -static -Ttext ${TEXT}
  /src/sys/arch/x68k/stand/boot/
Makefile 13 # text address
14 TEXT= 0x6000
37 CPPFLAGS+= -DTEXTADDR="${TEXT}"
45 LINKFLAGS+= --defsym=TEXTADDR=$(TEXT)
  /src/sys/arch/x68k/stand/boot_ufs/
Makefile 13 # text and bss addresses
14 TEXT= 0x003000 # Primary (me)
44 CPPFLAGS+= -DTEXTADDR="$(TEXT)" -DBOOT_TEXTADDR="$(BOOT_TEXT)"
52 LINKFLAGS+= --defsym=TEXTADDR=$(TEXT)
  /src/sys/arch/hpc/include/
platid.h 79 #ifndef TEXT
80 #define TEXT(x) L##x
84 #define TEXT(x) x
  /src/usr.bin/sed/
defs.h 72 char *new; /* Replacement text */
98 char *t; /* Text for : a c i r w */
114 TEXT, /* a c i */
  /src/sys/arch/amiga/dev/
grf_cv3d.c 166 * Default hardcoded text mode. This grf_cv3d is set up to
167 * use one text mode only, and this is it. You may use
737 /* Refresh count 1, High speed text font, enhanced color mode */
761 /* colors for text mode */
831 /* XXX so grfconfig can tell us the correct text dimensions. */
1219 char TEXT, CONSOLE;
1224 TEXT = (gv->depth == 4);
1279 * Disable enhanced Mode for text display
1286 if (TEXT) {
1297 if (TEXT)
    [all...]
grf_cl.c 161 * Default hardcoded text mode. This grf_cl is set up to
162 * use one text mode only, and this is it. You may use
678 /* XXX so grfconfig can tell us the correct text dimensions. */
1423 char TEXT;
1427 TEXT = (gv->depth == 4);
1450 if (TEXT) {
1473 if (TEXT)
1525 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1527 if (TEXT || (gv->depth == 1))
1533 sr15 = (TEXT || (gv->depth == 1)) ? 0xd0 : 0xb0
    [all...]
grf_et.c 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))
    [all...]
grf_cv.c 141 * Default hardcoded text mode. This grf_cv is set up to
142 * use one text mode only, and this is it. You may use
791 /* Refresh count 1, High speed text font, enhanced color mode */
815 /* colors for text mode */
910 /* XXX so grfconfig can tell us the correct text dimensions. */
1306 char TEXT, CONSOLE;
1311 TEXT = (gv->depth == 4);
1370 /* Disable enhanced Mode for text display */
1372 vgaw(ba, ECR_ADV_FUNC_CNTL, (TEXT ? 0x00 : 0x31));
1374 if (TEXT)
    [all...]
  /src/usr.bin/fstat/
fstat.c 118 #define TEXT -1
337 case TEXT: \
338 (void)printf(" text"); \

Completed in 19 milliseconds