Lines Matching defs:pSel
495 Selection *pSel = *rec->ppSel;
496 Atom name = pSel->selection;
503 obj = dixLookupPrivate(&pSel->devPrivates, objectKey);
519 while (pSel->selection != name || obj->sid != tsid) {
520 if ((pSel = pSel->next) == NULL)
522 obj = dixLookupPrivate(&pSel->devPrivates, objectKey);
525 if (pSel)
526 *rec->ppSel = pSel;
541 data = dixLookupPrivate(&pSel->devPrivates, dataKey);