Home | History | Annotate | Download | only in Xext

Lines Matching refs:pPrev

250     ScreenSaverEventPtr pEv, *pPrev;
259 for (pPrev = &pPriv->events; (pEv = *pPrev) != 0; pPrev = &pEv->next)
264 *pPrev = pEv->next;
275 *pPrev = pEv;
317 ScreenSaverEventPtr pEv, *pPrev;
321 for (pPrev = &pPriv->events; (pEv = *pPrev) != 0; pPrev = &pEv->next)
326 *pPrev = pEv->next;