Searched refs:CursorHideCountPtr (Results 1 – 1 of 1) sorted by relevance
104 typedef struct _CursorHideCountRec *CursorHideCountPtr; typedef107 CursorHideCountPtr pNext;121 CursorHideCountPtr pCursorHideCounts;758 static CursorHideCountPtr762 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()[all …]