Lines Matching refs:pSel
355 Selection *pSel = pselinfo->selection;
356 TsolResPtr tsolseln = TsolSelectionPrivate(pSel);
360 if (tsol_sel_agnt && pSel->selection == tsol_sel_agnt->selection) {
1988 Selection *pSel = *rec->ppSel;
1989 Atom selAtom = pSel->selection;
2011 tsol_sel_agnt = pSel; /* owner of this seln */
2028 tsolseln = TsolSelectionPrivate(pSel);
2039 for (pSel = CurrentSelections; pSel; pSel = pSel->next) {
2041 if (pSel->selection == selAtom) {
2042 tsolseln = TsolSelectionPrivate(pSel);
2049 if (pSel) {
2051 *rec->ppSel = pSel;
2071 for (pSel = CurrentSelections; pSel; pSel = pSel->next) {
2073 if (pSel->selection == selAtom) {
2074 tsolseln = TsolSelectionPrivate(pSel);
2081 if (pSel) {
2082 *rec->ppSel = pSel; /* found match */
2096 tsolseln = TsolSelectionPrivate(pSel);
2100 pSel->window != None && tsol_sel_agnt != NULL) {
2101 pSel = tsol_sel_agnt;
2108 *rec->ppSel = pSel;