Home
last modified time | relevance | path

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

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DScreen.c982 XmHashTable inUseTable = in _XmAllocScratchPixmap() local
1011 _XmAddHashEntry(inUseTable, (XmHashKey) scratchPixmap, returned_key); in _XmAllocScratchPixmap()
1029 XmHashTable inUseTable = (XmHashTable) xmScreen->screen.inUsePixmaps; in _XmFreeScratchPixmap() local
1034 _XmGetHashEntry(inUseTable, (XmHashKey) pixmap); in _XmFreeScratchPixmap()
1042 _XmRemoveHashEntry(inUseTable, (XmHashKey) pixmap); in _XmFreeScratchPixmap()