Searched refs:selectionInfoPtr (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSelect.c303 for (infoPtr = dispPtr->selectionInfoPtr; infoPtr != NULL;
312 infoPtr->nextPtr = dispPtr->selectionInfoPtr;
313 dispPtr->selectionInfoPtr = infoPtr;
401 for (infoPtr = dispPtr->selectionInfoPtr, prevPtr = NULL;
406 dispPtr->selectionInfoPtr = nextPtr;
501 for (infoPtr = dispPtr->selectionInfoPtr; infoPtr != NULL;
851 for (infoPtr = winPtr->dispPtr->selectionInfoPtr; infoPtr != NULL;
944 for (infoPtr = winPtr->dispPtr->selectionInfoPtr, prevPtr = NULL;
954 winPtr->dispPtr->selectionInfoPtr = nextPtr;
1039 for (infoPtr = dispPtr->selectionInfoPtr, prevPt
[all...]
H A DtkInt.h123 struct TkSelectionInfo *selectionInfoPtr; member in struct:TkDisplay
H A DtkWindow.c414 dispPtr->selectionInfoPtr = NULL;
/ast/src/lib/libtk/unix/
H A DtkUnixSelect.c609 for (infoPtr = winPtr->dispPtr->selectionInfoPtr; infoPtr != NULL;

Completed in 62 milliseconds