Searched refs:PausedPerDisplay (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c144 static DPSCAPPausedContextData *PausedPerDisplay[DPSMAXDISPLAYS]; variable
1855 for (slot = PausedPerDisplay[dpyix]; slot; slot = PausedPerDisplay[dpyix])
1857 PausedPerDisplay[dpyix] = slot->next;
1892 for (slot = PausedPerDisplay[dpyix]; slot; prev = slot, slot = slot->next)
1897 PausedPerDisplay[dpyix] = slot->next;
2147 slot = PausedPerDisplay[dpyix = DPY_NUMBER(xdpy)];
2152 PausedPerDisplay[dpyix] = slot;
2196 for (slot = PausedPerDisplay[dpyix]; slot; slot = slot->next)

Completed in 15 milliseconds