HomeSort by: relevance | last modified time | path
    Searched refs:pLast (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/mi/
miwindow.c 139 WindowPtr pChild, pLast;
176 pLast = pChild->parent->lastChild;
192 while (!pChild->nextSib && (pChild != pLast))
194 if (pChild == pLast)
mioverlay.c 330 WindowPtr pChild, pLast;
345 pLast = pChild->parent->lastChild;
372 while (!pChild->nextSib && (pChild != pLast)) {
381 if (pChild == pLast)
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c 141 WindowPtr pChild, pLast;
182 pLast = pChild->parent->lastChild;
202 while (!pChild->nextSib && (pChild != pLast))
204 if (pChild == pLast)
mioverlay.c 332 WindowPtr pChild, pLast;
346 pLast = pChild->parent->lastChild;
374 while (!pChild->nextSib && (pChild != pLast)) {
382 if (pChild == pLast) break;

Completed in 14 milliseconds