Searched defs:match (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_sun_idr.c | 216 struct idr_used_id match; local 219 match.id = id; 221 ret = avl_find(&idrp->used_ids, &match, NULL);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csfindNX.c | 244 Bool match = False; local 265 match = True; 285 (i < nAgents) && (agentList[i].willingness > 0) && (match == False); 306 match = True; 314 if (match) { /* We had a match on license method */ 324 match = True;
|
/solaris-x11-s11/open-src/lib/fontconfig/ |
H A D | Makefile | 49 # LSARC/2007/532 fc-match 90 FONTCONFIG_CMDS = fc-cache fc-list fc-query fc-cat fc-match fc-scan 109 SUNTOUCH_MAN_FLAGS_fc-match.1 = $(SUNTOUCH_MAN_FLAGS_CMDS)
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_Xrequests.c | 1395 int match = 0; local 1404 match = 1; 1422 return (match); 1483 int match = 0; local 1492 match = 1; 1510 return (match);
|
H A D | win_grab.c | 976 int infofd, devfd , curs_fd, match; local 983 match = 0; 997 match = 1; 1011 if (!match) { 1017 match = 1; 1038 if (!match) 1090 int match; local 1095 match = 0; 1114 match = 1; 1121 if (match) brea [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 618 Atom *match; local 621 for (count = 0, match = s->selections; count < s->atom_count; match++, count++) 622 if (*match == selection)
|
H A D | Text.c | 1493 Atom *match; local 1496 for (count = 0, match = s->selections; count < s->atom_count; match++, count++) 1497 if (*match == selection)
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | TransOvl.c | 634 XOvlVisualMatch *match, 638 Visual *vis = match->candidate.vis; 658 && (match->candidate.depth != pCriteria->depth)) 694 && ( GetNumMBXBuffers(dpy, match->screen, vis, info) 701 && CheckSharedPixels(dpy, match->screen, match->searchtype, 702 vis, match->partner.vis, info)) 708 && CheckSharedColors(dpy, match->screen, 709 vis, match->partner.vis, info)) 715 && (!match 632 ComputeVisualMatch( Display *dpy, XOvlVisualMatch *match, XSolarisOvlVisualCriteria *pCriteria, XExtDisplayInfo *info) argument [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 3086 int match; local 3093 _DPSCColormapMatch(csb->csb.context, csb->core.colormap, &match); 3095 if (match) {
|
H A D | DPSScrollW.c | 1623 /* Make the dirty area match the window */ 1669 int match; local 1677 dsw->sw.drawing_area->core.colormap, &match); 1679 if (match) {
|
Completed in 56 milliseconds