Lines Matching refs:CursorHideCountPtr
104 typedef struct _CursorHideCountRec *CursorHideCountPtr; typedef
107 CursorHideCountPtr pNext;
121 CursorHideCountPtr pCursorHideCounts;
758 static CursorHideCountPtr
762 CursorHideCountPtr pChc; in findCursorHideCount()
777 CursorHideCountPtr pChc; in createCursorHideCount()
779 pChc = (CursorHideCountPtr) malloc(sizeof(CursorHideCountRec)); in createCursorHideCount()
804 deleteCursorHideCount(CursorHideCountPtr pChcToDel, ScreenPtr pScreen) in deleteCursorHideCount()
807 CursorHideCountPtr pChc, pNext; in deleteCursorHideCount()
808 CursorHideCountPtr pChcLast = NULL; in deleteCursorHideCount()
835 CursorHideCountPtr pChc, pTmp; in deleteCursorHideCountsForScreen()
850 CursorHideCountPtr pChc; in ProcXFixesHideCursor()
914 CursorHideCountPtr pChc; in ProcXFixesShowCursor()
980 CursorHideCountPtr pChc = (CursorHideCountPtr) data; in CursorFreeHideCount()