Searched refs:StdCmap (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtypes.h28 typedef struct StdCmap StdCmap; typedef in typeref:struct:StdCmap
H A Dscreen.h46 struct StdCmap { struct
47 struct StdCmap *next; /* next link in chain */
328 StdCmap *head; ///< list of maps
329 StdCmap *tail; ///< list of maps
330 StdCmap *mru; ///< Most recently used in list
H A Dcolormaps.c549 * Handlers for creating and linkin in, as well as deleting, a StdCmap
558 StdCmap *sc = NULL;
569 sc = calloc(1, sizeof(StdCmap));
571 fprintf(stderr, "%s: unable to allocate %lu bytes for StdCmap\n",
572 ProgramName, (unsigned long) sizeof(StdCmap));
607 StdCmap *sc, *prev;
639 * XStandardColormap's and our StdCmap's for any of them that are
H A Dutil.c200 StdCmap *sc;
/xsrc/external/mit/libXmu/dist/src/
H A DDelCmap.c36 #include <X11/Xmu/StdCmap.h>
H A DDistinct.c37 #include <X11/Xmu/StdCmap.h>
H A DAllCmap.c34 #include <X11/Xmu/StdCmap.h>
H A DCmapAlloc.c37 #include <X11/Xmu/StdCmap.h>
H A DStdCmap.c38 #include <X11/Xmu/StdCmap.h>
H A DVisCmap.c39 #include <X11/Xmu/StdCmap.h>
H A DLookupCmap.c38 #include <X11/Xmu/StdCmap.h>
H A DMakefile.in140 RdBitF.lo ScrOfWin.lo ShapeWidg.lo StdCmap.lo StrToBS.lo \
190 ./$(DEPDIR)/StdCmap.Plo ./$(DEPDIR)/StrToBS.Plo \
446 StdCmap.c \
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StdCmap.Plo@am__quote@ # am--include-marker
805 -rm -f ./$(DEPDIR)/StdCmap.Plo
895 -rm -f ./$(DEPDIR)/StdCmap.Plo
H A DCrCmap.c42 #include <X11/Xmu/StdCmap.h>
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h49 } StdCmap; typedef in typeref:struct:_StdCmap
110 StdCmap *head, *tail; /* list of maps */
111 StdCmap *mru; /* most recently used in list */
H A Dutil.c393 StdCmap *sc = NULL;
403 sc = (StdCmap *) malloc(sizeof(StdCmap));
405 twmWarning("unable to allocate %lu bytes for StdCmap",
406 (unsigned long) sizeof(StdCmap));
438 StdCmap *sc, *prev;
519 StdCmap *sc;
/xsrc/external/mit/libXmu/dist/include/
H A DMakefile.am20 X11/Xmu/StdCmap.h \
H A DMakefile.in343 X11/Xmu/StdCmap.h \
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cmap.c21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
H A Dglut_overlay.c21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
/xsrc/external/mit/xstdcmap/dist/
H A Dxstdcmap.c42 #include <X11/Xmu/StdCmap.h>

Completed in 22 milliseconds