Searched defs:match (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c216 struct idr_used_id match; local
219 match.id = id;
221 ret = avl_find(&idrp->used_ids, &match, NULL);
/solaris-x11-s12/open-src/lib/fontconfig/
H A DMakefile49 # LSARC/2007/532 fc-match
94 FONTCONFIG_CMDS = fc-cache fc-list fc-query fc-cat fc-match fc-scan fc-pattern fc-validate
113 SUNTOUCH_MAN_FLAGS_fc-match.1 = $(SUNTOUCH_MAN_FLAGS_CMDS)
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c1383 int match = 0; local
1392 match = 1;
1410 return (match);
1471 int match = 0; local
1480 match = 1;
1498 return (match);
H A Dwin_grab.c981 int infofd, devfd , curs_fd, match; local
988 match = 0;
1002 match = 1;
1016 if (!match) {
1022 match = 1;
1043 if (!match)
1095 int match; local
1100 match = 0;
1119 match = 1;
1126 if (match) brea
[all...]
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c634 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...]

Completed in 30 milliseconds