Searched defs:tsolseln (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c356 TsolResPtr tsolseln = TsolSelectionPrivate(pSel); local
366 tsolseln->sl = NULL;
1992 TsolResPtr tsolseln; local
2028 tsolseln = TsolSelectionPrivate(pSel);
2030 if (tsolseln->sl == NULL) {
2031 tsolseln->sl = tsolinfo->sl;
2032 tsolseln->uid = tsolinfo->uid;
2042 tsolseln = TsolSelectionPrivate(pSel);
2043 if (tsolseln->uid == tsolinfo->uid &&
2044 tsolseln
[all...]

Completed in 15 milliseconds