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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.c113 static PRegstDPY firstDPY = NIL; variable
124 for (rdpy = firstDPY; rdpy != NIL; rdpy = rdpy->next)
136 for (rdpy = firstDPY; rdpy != NIL; prev = rdpy,rdpy = rdpy->next)
140 firstDPY = rdpy->next;
331 rdpy->next = firstDPY;
345 firstDPY = rdpy;

Completed in 31 milliseconds