| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | ctags.cmake | 5 message(STATUS "Found ctags: ${CTAGS}")
|
| H A D | 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.")
|
| H A D | 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.")
|
| H A D | 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.")
|
| H A D | 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.*")
|
| H A D | 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 "Buildin [all...] |
| H A D | 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})")
|
| H A D | dtrace_support.cmake | 14 message(STATUS "Found ctfconvert/ctfmerge, setting up CTF info for dtrace.")
|
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | CMakeLists.txt | 26 message(STATUS "Building libctwmc and demolib.")
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | sdksyms.sh | 417 STATUS=$? 424 exit $STATUS
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| H A D | sdksyms.sh | 437 STATUS=$? 444 exit $STATUS
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_cursor.c | 42 if ((STATUS() & STATUS_FIFO) >= slots) 46 unsigned int status = STATUS();
|
| H A D | apm_funcs.c | 107 if ((STATUS() & STATUS_FIFO) >= slots) 111 unsigned int status = STATUS(); 1167 while (!(STATUS() & STATUS_HOSTBLTBUSY)) 1312 while (!((status = STATUS()) & STATUS_HOSTBLTBUSY)) 1316 while (!((status = STATUS()) & STATUS_HOSTBLTBUSY)) 1462 stat = STATUS(); 1468 unsigned int status = STATUS(); 1496 stat = STATUS(); 1503 unsigned int status = STATUS();
|
| H A D | apm_regs.h | 113 #define STATUS() (RDXL(0x1FC)) macro
|
| H A D | apm_video.c | 564 while (!(STATUS() & 0x800)); 565 while (STATUS() & 0x800);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | lg_xaa.h | 23 STATUS = 0x0400, enumerator in enum:__anondce0d8360103 91 #define LgREADY() ((memrb(STATUS) & 0x07) == 0x00)
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | v1krisc.c | 156 vu16 STATUS = 0x4A; /* v2x00 io register offset */ local in function:v1k_stop 164 /* if(!(c%10000))ErrorF("#S1# !0x%x! -- ",verite_in8(io_base+STATUS)); */ 165 statusreg = verite_in8(io_base+STATUS); 178 /* if(!(c%10000))ErrorF("#S2# !0x%x! -- ",verite_in8(io_base+STATUS)); */ 179 statusreg = verite_in8(io_base+STATUS);
|
| H A D | v2kregs.h | 5 #define STATUS 0x4A /* specifies which blocks of the V2000 are busy */ macro
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CMakeLists.txt | 10 message(STATUS "Setting build type to Release as none was specified.") 13 message(STATUS "Build type is '${CMAKE_BUILD_TYPE}'") 259 message(STATUS "wine not found, disabling tests") 269 message(STATUS "Detected arm-linux-gnueabihf cross-compilation") 275 message(STATUS "Detected arm-linux-gnueabi cross-compilation") 281 message(STATUS "Detected aarch64-linux-gnu cross-compilation")
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | bt829.c | 36 #define STATUS 0x00 /* Device Status */ macro 91 static void btwrite_status(BT829Ptr bt) /* STATUS */ 93 btwrite(bt, STATUS, 0x00); /* clear */ 654 /* we write to STATUS to reset the CCVALID flag */ 686 if(!(BTREAD(STATUS)&0x04)) return; /* could comment this line */ 696 btwrite(bt,STATUS,0x00); /* Reset CCVALID status bit */ 711 DUMPREG(STATUS);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfxdefs.h | 83 #define STATUS 0x0 macro
|
| H A D | tdfx_video.c | 601 if (!((TDFXReadLongMMIO(pTDFX, STATUS) & SST_BUSY)))
|
| /xsrc/external/mit/freetype/dist/builds/cmake/ |
| H A D | iOS.cmake | 201 message(STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}")
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | gfx9.json | 10776 {"bits": [31, 31], "name": "STATUS"} 11084 {"bits": [31, 31], "name": "STATUS"} 11124 {"bits": [0, 1], "name": "STATUS"}
|
| H A D | gfx10.json | 12109 {"bits": [31, 31], "name": "STATUS"} 12500 {"bits": [31, 31], "name": "STATUS"} 12540 {"bits": [0, 1], "name": "STATUS"}
|