Home
last modified time | relevance | path

Searched refs:CurrentSelections (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c67 Selection *CurrentSelections; variable
79 for (pSel = CurrentSelections; pSel; pSel = pSel->next) in dixLookupSelection()
94 pSel = CurrentSelections; in InitSelections()
101 CurrentSelections = NULL; in InitSelections()
117 for (pSel = CurrentSelections; pSel; pSel = pSel->next) in DeleteWindowFromAnySelections()
132 for (pSel = CurrentSelections; pSel; pSel = pSel->next) in DeleteClientFromAnySelections()
211 pSel->next = CurrentSelections; in ProcSetSelectionOwner()
212 CurrentSelections = pSel; in ProcSetSelectionOwner()
/OK3568_Linux_fs/external/xserver/include/
H A Dselection.h74 extern _X_EXPORT Selection *CurrentSelections;
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c453 for (pSel = CurrentSelections; pSel; pSel = pSel->next) in ProcSELinuxListSelections()
462 for (pSel = CurrentSelections; pSel; pSel = pSel->next) { in ProcSELinuxListSelections()