Home
last modified time | relevance | path

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

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DScreen.c314 Screen_ScratchPixmaps(new_w) = NULL; in initialize()
343 for (pix = Screen_ScratchPixmaps(w); pix != NULL; pix = tmp) in destroy()
678 for (pix = Screen_ScratchPixmaps(xmScreen); pix != NULL; pix = pix->next) in _XmAllocScratchPixmap()
700 pix->next = Screen_ScratchPixmaps(xmScreen); in _XmAllocScratchPixmap()
701 Screen_ScratchPixmaps(xmScreen) = pix; in _XmAllocScratchPixmap()
718 for (pix = Screen_ScratchPixmaps(xmScreen); pix != NULL; pix = pix->next) in _XmFreeScratchPixmap()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2133 #define Screen_ScratchPixmaps(w) \ macro