HomeSort by: relevance | last modified time | path
    Searched defs:which (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/mi/
mistruct.h 58 int which; member in struct:_miDash
  /xsrc/external/mit/xorg-server.old/dist/mi/
mistruct.h 59 int which; member in struct:_miDash
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbPrKeyEv.c 119 unsigned which; local
120 if (behavior.type==XkbKB_Overlay1) which= XkbOverlay1Mask;
121 else which= XkbOverlay2Mask;
122 if ( (xkbi->desc->ctrls->enabled_ctrls&which)==0 )
170 * If AXF[PK]E don't intercept anything (which they probably won't),
xkmread.c 1008 sizes.which= XkbGeomAllMask;
1180 unsigned which= need|want; local
1183 return which;
1187 return which;
1197 return which;
1199 if ((which&(1<<tmpTOC.type))==0) {
1232 which&= ~(1<<toc[i].type);
1240 return which;
  /xsrc/external/mit/xterm/dist/
scrollback.c 50 unsigned which = ROW2FIFO(screen, row); local
51 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which);
71 unsigned which; local
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
115 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which);
    [all...]
xtermcap.c 203 /* ignore the termcap names, which are empty */
263 keyIsDistinct(XtermWidget xw, int which)
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
378 if ((which = lookupTcapByName(name)) >= 0) {
379 if (keyIsDistinct(xw, which)) {
462 int which; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbPrKeyEv.c 123 unsigned which; local
131 which = XkbOverlay1Mask;
133 which = XkbOverlay2Mask;
134 overlay_active_now = (xkbi->desc->ctrls->enabled_ctrls & which) ? 1 : 0;
190 * If AXF[PK]E don't intercept anything (which they probably won't),
xkmread.c 1048 sizes.which = XkbGeomAllMask;
1232 unsigned which = need | want; local
1235 return which;
1239 return which;
1249 return which;
1251 if ((which & (1 << tmpTOC.type)) == 0) {
1284 which &= ~(1 << toc[i].type);
1293 return which;
xkbgeom.h 296 unsigned int which; member in struct:_XkbGeometrySizes
306 * Specifies which items should be cleared in an XKB geometry array
466 unsigned int /* which */ ,
  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
glcurveval.cc 211 int which = 0; local
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=3
    [all...]
glsurfeval.h 144 void putCallBack(GLenum which, void (GLAPIENTRY *fn)() );
146 void putCallBack(GLenum which, _GLUfuncptr fn );
182 int which; member in class:OpenGLSurfaceEvaluator
228 *These calues may be used consecutively in which case we don't have
362 void inMap2fEM(int which, //0:vert,1:norm,2:color,3:tex
  /xsrc/external/mit/libxkbfile/dist/src/
srvmisc.c 69 unsigned which = need | want; local
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 & XkmCompatMapMask)
    [all...]
xkmread.c 949 sizes.which = XkbGeomAllMask;
1251 unsigned which = need | want; local
1254 return which;
1258 return which;
1269 return which;
1271 if ((which & (1 << tmpTOC.type)) == 0) {
1304 which &= ~(1 << toc[i].type);
1313 return which;
  /xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice 16 which can be overridden as well.
28 def which(x): function
41 cgdb = which('cgdb')
43 cgdb = which('gdb')
58 parser.add_argument('--xorg', default=which('Xorg'), help='specify the path to the Xorg binary')
147 args.vdagent_exec = which(args.vdagent_exec)
148 args.vdagentd_exec = which(args.vdagentd_exec)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
queryobj.c 104 * which may require issuing a flush.
155 const int which = target - GL_VERTICES_SUBMITTED; local
156 assert(which < MAX_PIPELINE_STATISTICS);
161 return &ctx->Query.pipeline_stats[which];
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 106 "available" => '(which("git") ne "") && (-e ".git")',
144 "available" => '(which("hg") ne "") && (-d ".hg")',
1213 sub which { subroutine
2217 # This regexp will only work on addresses which have had comments stripped
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
queryobj.c 103 * which may require issuing a flush.
149 const int which = target - GL_VERTICES_SUBMITTED; local
150 assert(which < MAX_PIPELINE_STATISTICS);
155 return &ctx->Query.pipeline_stats[which];
  /xsrc/external/mit/libX11/dist/src/xkb/
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 & XkbIndicatorNamesMask)
539 unsigned which, firstType, nTypes; local
    [all...]
  /xsrc/external/mit/xkbutils/dist/
xkbvleds.c 128 int *which; local
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 = (onoff ? YES : NO)
    [all...]
  /xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
mxkbledpanel.c 378 unsigned long which = xkb->indicators->maps[led].ctrls; local
382 xkb->ctrls->enabled_ctrls |= which;
384 xkb->ctrls->enabled_ctrls &= ~which;
385 XkbSetControls(theDisplay,which|XkbControlsEnabledMask,xkb);
  /xsrc/external/mit/ctwm/dist/
win_decorations.c 357 * extend from the left side (after buttons) until name_x, which is
358 * the start of the title, which means they jam right up against the
370 * using TitleJustification center or right, which may be rare
511 * title_height or'ed with the shape of title_w (which is always
600 * This sets ->title_[xy], which are the (x,y) of the ->title_w relative
748 * calls to CreateTitleButton(), which happen during
750 * InitTitlebarButtons(), which then goes through and
852 * "too long" for our space, which causes really bad side effects.
888 * but also theoretically if you set a negative ShadowDepth, which
942 * titlebar width will be smaller than our 'width' var (which
1003 char *which; local
    [all...]
add_window.c 1233 * DR() calls SetupWindow(), which uses
1478 // which is a bogus way of doing things. But it also means
1480 // own struts, which is nonsensical.
1485 // reservation by the user, which we'd now be ignoring. Also
1617 char *which; local
1620 which = "black";
1623 which = "gray";
1625 tmp_win->gray = mk_blackgray_pixmap(which, vroot,
1710 * add it to the "save set", which means that even if ctwm disappears
1739 * Call SetupFrame() which does all sorta of magic figuring to se
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
keycodes.c 617 int which; local
629 which = MIN_KEYCODE_DEF;
631 which = MAX_KEYCODE_DEF;
666 if (which == MIN_KEYCODE_DEF)
687 if (which == MAX_KEYCODE_DEF)
744 * Such a section may have include statements, in which case this function is
745 * semi-recursive (it calls HandleIncludeKeycodes, which may call
symbols.c 1235 const char *which; local
1240 which = &field[sizeof("permanentoverlay") - 1];
1244 which = &field[sizeof("overlay") - 1];
1246 if (sscanf(which, "%d", &overlayNdx) == 1)
1256 else if (*which == '\0')
1261 which, longText(key->name, XkbMessage));
  /xsrc/external/mit/libX11/dist/include/X11/extensions/
XKBgeom.h 56 * foo is an array for which sz_foo entries are allocated & num_foo are used
268 unsigned int which; member in struct:_XkbGeometrySizes
471 unsigned int /* which */,

Completed in 22 milliseconds

1 2