Home
last modified time | relevance | path

Searched refs:nScrn (Results 1 – 2 of 2) sorted by relevance

/dports/x11/libX11/libX11-1.7.2/src/xcms/
H A DcmsInt.c175 int nScrn = ScreenCount(dpy); in _XcmsInitDefaultCCCs() local
179 if (nScrn <= 0) { in _XcmsInitDefaultCCCs()
187 if (!(ccc = Xcalloc((unsigned)nScrn, sizeof(XcmsCCCRec)))) { in _XcmsInitDefaultCCCs()
193 for (i = 0; i < nScrn; i++, ccc++) { in _XcmsInitDefaultCCCs()
236 int nScrn = ScreenCount(dpy); in _XcmsFreeDefaultCCCs() local
246 for (i = nScrn; i--; ccc++) { in _XcmsFreeDefaultCCCs()
H A DcmsCmap.c79 int nScrn; in CmapRecForColormap() local
101 nScrn = ScreenCount(dpy); in CmapRecForColormap()
102 for (i = 0; i < nScrn; i++) { in CmapRecForColormap()
141 for (i = 0; i < nScrn; i++) { in CmapRecForColormap()
425 int nScrn = ScreenCount(dpy); in XcmsCCCOfColormap() local
440 if (nScrn == 1) { in XcmsCCCOfColormap()
454 for (i = 0; i < nScrn; i++) { in XcmsCCCOfColormap()