| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| show_build_info.cmake | 7 message(STATUS "System-wide config in ${ETCDIR}") 8 message(STATUS "Installing ctwm in ${BINDIR}") 9 message(STATUS "Installing runtime data in ${DATADIR}") 10 message(STATUS "Installing docs in ${DOCDIR}") 11 message(STATUS "Installing examples in ${EXAMPLEDIR}") 12 message(STATUS "Installing manpage to ${MAN1PATH}") 15 message(STATUS "Building for ctwm version ${ctwm_version_str}")
|
| vcs_checks.cmake | 23 message(STATUS "Building from a checkout and found bzr (${BZR_CMD}).") 25 message(STATUS "Building from a checkout, but no bzr found.") 28 message(STATUS "You aren't building from a bzr checkout.") 45 message(STATUS "Building from git repo and found git (${GIT_CMD}).") 47 message(STATUS "Building from git repo, but no git found.")
|
| compiler_feature_checks.cmake | 34 message(STATUS "Enabling C99 mode") 55 message(STATUS "Enabling C99 flag: ${C99_FLAG}") 94 message(STATUS "${FUNC}() needs ${_SFLAG}") 119 message(STATUS "Adding extra visibility flags: ${EXTRA_SYM_FLAGS}") 135 message(STATUS "Compiler doesn't like -Wall, disabling warnings.") 141 message(STATUS "Enabling standard warnings.")
|
| build_options.cmake | 40 message(STATUS "Enabling XPM support: ${X11_Xpm_LIB}") 60 message(STATUS "Enabling libjpeg support.") 73 message(STATUS "Enabling m4 support (${M4_CMD}).") 95 message(STATUS "Enabling librplay sound support.") 109 message(STATUS "Enabling Extended Window Manager Hints support.") 111 message(STATUS "Disabling Extended Window Manager Hints support.") 127 message(STATUS "Enabling libc regex usage.") 156 message(STATUS "Enabling Xrandr support: ${X11_Xrandr_LIB}") 158 message(STATUS "Disabling Xrandr support.")
|
| setup_lex.cmake | 28 message(STATUS "No flex found, using prebuilt lex.c")
|
| setup_yacc.cmake | 17 message(STATUS "Enabling config parser debug.") 43 message(STATUS "Found yacc: ${YACC}") 57 message(STATUS "No yacc found, using prebuilt gram.tab.*")
|
| handle_manual.cmake | 74 message(STATUS "Not enabling HTML manual build; asciidoc is slow.") 150 message(STATUS "Building manpage with ${MANUAL_BUILD_MANPAGE}.") 169 message(STATUS "Can't build manpage, using prebuilt version.") 215 message(STATUS "Not autobuilding HTML manual with ${MANUAL_BUILD_HTML}.") 222 message(STATUS "Building HTML manual with ${MANUAL_BUILD_HTML}.") 235 message(STATUS "Can't build HTML manual, using prebuilt version.") 249 # Left as STATUS, since this is "normal" for now. 250 message(STATUS "Can't build HTML manual, and no prebuilt version " 275 #message(STATUS "Building DocBook XML with ${MANUAL_BUILD_DBXML}.") 300 #message(STATUS "Building PDF with ${MANUAL_BUILD_PDF}." [all...] |
| find_asciidoc_bits.cmake | 36 message(STATUS "Found asciidoctor (${ASCIIDOCTOR}) version ${ASCIIDOCTOR_VERSION}") 80 message(STATUS "Found asciidoc (${ASCIIDOC}) version ${ASCIIDOC_VERSION}") 124 message(STATUS "Found dblatex (${DBLATEX}) version ${DBLATEX_VERSION}") 126 message(STATUS "Found dblatex (${DBLATEX})") 161 message(STATUS "Found xmlto (${XMLTO}) version ${XMLTO_VERSION}") 163 message(STATUS "Found xmlto (${XMLTO})")
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| sdksyms.sh | 437 STATUS=$? 444 exit $STATUS
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| sdksyms.sh | 417 STATUS=$? 424 exit $STATUS
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_cursor.c | 42 if ((STATUS() & STATUS_FIFO) >= slots) 46 unsigned int status = STATUS(); local 50 FatalError("Hung in WaitForFifo() (Status = 0x%08X)\n", status);
|
| apm_funcs.c | 107 if ((STATUS() & STATUS_FIFO) >= slots) 111 unsigned int status = STATUS(); local 115 FatalError("Hung in WaitForFifo() (Status = 0x%08X)\n", status); 1167 while (!(STATUS() & STATUS_HOSTBLTBUSY)) 1310 int status; local 1312 while (!((status = STATUS()) & STATUS_HOSTBLTBUSY)) 1313 if (!(status & STATUS_ENGINEBUSY) 1468 unsigned int status = STATUS(); local 1503 unsigned int status = STATUS(); local [all...] |
| apm_regs.h | 113 #define STATUS() (RDXL(0x1FC))
|
| apm_video.c | 564 while (!(STATUS() & 0x800)); 565 while (STATUS() & 0x800);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| lg_xaa.h | 23 STATUS = 0x0400, 91 #define LgREADY() ((memrb(STATUS) & 0x07) == 0x00)
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| v1krisc.c | 156 vu16 STATUS = 0x4A; /* v2x00 io register offset */ 164 /* if(!(c%10000))ErrorF("#S1# !0x%x! -- ",verite_in8(io_base+STATUS)); */ 165 statusreg = verite_in8(io_base+STATUS); 171 ("Status timeout (1)\n")); 178 /* if(!(c%10000))ErrorF("#S2# !0x%x! -- ",verite_in8(io_base+STATUS)); */ 179 statusreg = verite_in8(io_base+STATUS); 184 ("Status timeout (2)\n"));
|
| v2kregs.h | 5 #define STATUS 0x4A /* specifies which blocks of the V2000 are busy */ 90 vu8 status; /* 0x1004a */ member in struct:_v_mem_io
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| bt829.c | 36 #define STATUS 0x00 /* Device Status */ 64 #define CC_STATUS 0x1C /* Extended Data Services/Closed Capt Status */ 91 static void btwrite_status(BT829Ptr bt) /* STATUS */ 93 btwrite(bt, STATUS, 0x00); /* clear */ 654 /* we write to STATUS to reset the CCVALID flag */ 682 CARD8 status; 686 if(!(BTREAD(STATUS)&0x04)) return; /* could comment this line */ 688 status=BTREAD(CC_STATUS); 689 if(!(status&0x04)) break [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfxdefs.h | 83 #define STATUS 0x0
|
| tdfx_video.c | 601 if (!((TDFXReadLongMMIO(pTDFX, STATUS) & SST_BUSY)))
|