| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Cursor.c | 36 unsigned int which) 51 which, which + 1, &foreground, &background); 34 XCreateFontCursor(Display * dpy,unsigned int which) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 135-duplicate-parameter.c | 1 #define FOO(a,a) which a?
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 135-duplicate-parameter.c | 1 #define FOO(a,a) which a?
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mistruct.h | 59 int which; member in struct:_miDash
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mistruct.h | 58 int which; member in struct:_miDash
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | scrollback.c | 50 unsigned which = ROW2FIFO(screen, row); local in function:getScrollback 51 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which); 71 unsigned which; local in function:addScrollback 76 /* first, see which index we'll use */ 77 which = (unsigned) (screen->saved_fifo % screen->savelines); 78 where = scrnHeadAddr(screen, screen->saveBuf_index, which); 89 which, (void *) prior, (void *) prior->attribs)); 104 which, (void *) where, block)); 114 unsigned which = ROW2FIFO(screen, -1); local in function:deleteScrollback 115 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which); [all...] |
| H A D | fontutils.h | 42 extern XTermFonts * getDoubleFont (TScreen * /* screen */, int /* which */); 43 extern XTermFonts * getItalicFont (TScreen * /* screen */, int /* which */); 44 extern XTermFonts * getNormalFont (TScreen * /* screen */, int /* which */); 55 extern void allocFontList (XtermWidget /* xw */, const char * /* name */, XtermFontNames * /* target */, VTFontEnum /* which */, const char * /* source */, Bool /* ttf */); 72 /* use these when "which" is constant, or known in-limits */ 73 #define GetNormalFont(screen, which) (&((screen)->fnts[which])) 74 #define GetDoubleFont(screen, which) (&((screen)->double_fonts[which])) 76 #define GetItalicFont(screen, which) ( [all...] |
| H A D | xtermcap.c | 203 /* ignore the termcap names, which are empty */ 263 keyIsDistinct(XtermWidget xw, int which) argument 270 if (table[which].param == SHIFT) { 275 && screen->tcap_fkeys[which] != NO_STRING) { 279 if (table[k].code == table[which].code 284 && !strcmp(fkey, screen->tcap_fkeys[which])) { 305 if (table[which].param == SHIFT) { 376 int which; local in function:xtermcapKeycode 378 if ((which = lookupTcapByName(name)) >= 0) { 379 if (keyIsDistinct(xw, which)) { 462 int which; local in function:xtermcapString [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBNames.c | 68 (XkbAllocNames(xkb, rep->which, 81 if ((rep->which & XkbKeycodesNameMask) && 84 if ((rep->which & XkbGeometryNameMask) && 87 if ((rep->which & XkbSymbolsNameMask) && 90 if ((rep->which & XkbPhysSymbolsNameMask) && 93 if ((rep->which & XkbTypesNameMask) && 96 if ((rep->which & XkbCompatNameMask) && 100 if (rep->which & XkbKeyTypeNamesMask) { 116 if (rep->which & XkbKTLevelNamesMask) { 159 if (rep->which 240 XkbGetNames(Display * dpy,unsigned which,XkbDescPtr xkb) argument 322 XkbSetNames(Display * dpy,unsigned int which,unsigned int firstType,unsigned int nTypes,XkbDescPtr xkb) argument 539 unsigned which, firstType, nTypes; local in function:XkbChangeNames [all...] |
| H A D | XKBAlloc.c | 44 XkbAllocCompatMap(XkbDescPtr xkb, unsigned which, unsigned nSI) argument 84 XkbFreeCompatMap(XkbDescPtr xkb, unsigned which, Bool freeMap) argument 92 which = XkbAllCompatMask; 93 if (which & XkbGroupCompatMask) 95 if (which & XkbSymInterpMask) { 111 XkbAllocNames(XkbDescPtr xkb, unsigned which, int nTotalRG, int nTotalAliases) argument 123 if ((which & XkbKTLevelNamesMask) && (xkb->map != NULL) && 136 if ((which & XkbKeyNamesMask) && (names->keys == NULL)) { 145 if ((which & XkbKeyAliasesMask) && (nTotalAliases > 0)) { 157 if ((which 171 XkbFreeNames(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 220 XkbAllocControls(XkbDescPtr xkb,unsigned which) argument 235 XkbFreeControls(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 283 XkbFreeKeyboard(XkbDescPtr xkb,unsigned which,Bool freeAll) argument 419 XkbFreeDeviceInfo(XkbDeviceInfoPtr devi,unsigned which,Bool freeDevI) argument [all...] |
| H A D | XKBCtrls.c | 175 XkbGetControls(Display *dpy, unsigned long which, XkbDescPtr xkb) argument 185 if ((!xkb) || (!which)) 211 if (which & XkbControlsEnabledMask) 214 if (which & XkbGroupsWrapMask) 216 if (which & XkbInternalModsMask) { 221 if (which & XkbIgnoreLockModsMask) { 226 if (which & XkbRepeatKeysMask) { 230 if (which & XkbSlowKeysMask) 232 if (which & XkbBounceKeysMask) 234 if (which 270 XkbSetControls(Display * dpy,unsigned long which,XkbDescPtr xkb) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBAlloc.c | 45 XkbAllocCompatMap(XkbDescPtr xkb,unsigned which,unsigned nSI) argument 92 XkbFreeCompatMap(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 100 which= XkbAllCompatMask; 101 if (which&XkbGroupCompatMask) 103 if (which&XkbSymInterpMask) { 119 XkbAllocNames(XkbDescPtr xkb,unsigned which,int nTotalRG,int nTotalAliases) argument 131 if ((which&XkbKTLevelNamesMask)&&(xkb->map!=NULL)&&(xkb->map->types!=NULL)){ 144 if ((which&XkbKeyNamesMask)&&(names->keys==NULL)) { 153 if ((which&XkbKeyAliasesMask)&&(nTotalAliases>0)) { 175 if ((which 199 XkbFreeNames(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 246 XkbAllocControls(XkbDescPtr xkb,unsigned which) argument 261 XkbFreeControls(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 309 XkbFreeKeyboard(XkbDescPtr xkb,unsigned which,Bool freeAll) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBAlloc.c | 44 XkbAllocCompatMap(XkbDescPtr xkb, unsigned which, unsigned nSI) argument 92 XkbFreeCompatMap(XkbDescPtr xkb, unsigned which, Bool freeMap) argument 100 which = XkbAllCompatMask; 101 if (which & XkbGroupCompatMask) 104 if (which & XkbSymInterpMask) { 120 XkbAllocNames(XkbDescPtr xkb, unsigned which, int nTotalRG, int nTotalAliases) argument 132 if ((which & XkbKTLevelNamesMask) && (xkb->map != NULL) && 146 if ((which & XkbKeyNamesMask) && (names->keys == NULL)) { 155 if ((which & XkbKeyAliasesMask) && (nTotalAliases > 0)) { 180 if ((which 207 XkbFreeNames(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 255 XkbAllocControls(XkbDescPtr xkb,unsigned which) argument 269 XkbFreeControls(XkbDescPtr xkb,unsigned which,Bool freeMap) argument 317 XkbFreeKeyboard(XkbDescPtr xkb,unsigned which,Bool freeAll) argument [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | glrenderer.h | 72 void postError( int which ) argument 73 { if (errorCallback) (errorCallback)( (GLenum)which ); } 75 void putSurfCallBack(GLenum which, void (GLAPIENTRY *fn)() ) argument 77 void putSurfCallBack(GLenum which, _GLUfuncptr fn ) 80 curveEvaluator.putCallBack(which, fn); 81 surfaceEvaluator.putCallBack(which, fn);
|
| H A D | glcurveval.cc | 211 int which = 0; local in function:OpenGLCurveEvaluator::map1f 214 which = 0; 218 which=0; 222 which=2; 226 which=2; 230 which=1; 234 which=3; 238 which=3; 243 which=3; 247 which 303 putCallBack(GLenum which,void (GLAPIENTRY * fn)()) argument 350 beginCallBack(GLenum which,void * data) argument [all...] |
| H A D | glcurveval.h | 92 void putCallBack(GLenum which, void (GLAPIENTRY *fn)() ); 94 void putCallBack(GLenum which, _GLUfuncptr fn ); 115 void inMap1f(int which, //0: vert, 1: norm, 2: color, 3: tex
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | srvmisc.c | 69 unsigned which = need | want; local in function:XkbReadFromServer 73 return which; 75 if (which & XkmSymbolsMask) 77 else if (which & XkmTypesMask) 82 return which; 84 which &= ~(XkmSymbolsMask | XkmTypesMask | XkmVirtualModsMask); 87 which &= ~(XkmSymbolsMask | XkmTypesMask | XkmVirtualModsMask); 89 if (which & XkmIndicatorsMask) { 92 which &= ~XkmIndicatorsMask; 95 if (which [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | intro.rst | 8 device-agnostic fashion. It provides several objects which encapsulate the
|
| H A D | cso.rst | 8 to a context. The context returns an opaque context-specific handle which
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | intro.rst | 8 device-agnostic fashion. It provides several objects which encapsulate the
|
| H A D | cso.rst | 8 to a context. The context returns an opaque context-specific handle which
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.h | 21 void PaintWsButton(PWBType which, VirtualScreen *vs, Window w,
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_fcb.c | 22 __glutSetFCB(int which, GLUTproc func) argument 25 switch (which) { 104 __glutGetFCB(int which) argument 107 switch (which) {
|
| /xsrc/external/mit/MesaGLUT/dist/include/GL/ |
| H A D | glutf90.h | 78 GLUTAPI GLUTproc APIENTRY __glutGetFCB(int which); 79 GLUTAPI void APIENTRY __glutSetFCB(int which, GLUTproc func);
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | xkbvleds.c | 128 int *which; local in function:parseArgs 131 which = NULL; 133 which = &wantNamed; 135 which = &wantExplicit; 137 which = &wantAutomatic; 139 which = &wantReal; 141 which = &wantVirtual; 142 if (which != NULL) { 143 if (*which != DONT_CARE) { 149 *which [all...] |