Searched refs:StdCmap (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | types.h | 28 typedef struct StdCmap StdCmap; typedef in typeref:struct:StdCmap
|
| H A D | screen.h | 46 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 D | colormaps.c | 549 * 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 D | util.c | 200 StdCmap *sc;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | DelCmap.c | 36 #include <X11/Xmu/StdCmap.h>
|
| H A D | Distinct.c | 37 #include <X11/Xmu/StdCmap.h>
|
| H A D | AllCmap.c | 34 #include <X11/Xmu/StdCmap.h>
|
| H A D | CmapAlloc.c | 37 #include <X11/Xmu/StdCmap.h>
|
| H A D | StdCmap.c | 38 #include <X11/Xmu/StdCmap.h>
|
| H A D | VisCmap.c | 39 #include <X11/Xmu/StdCmap.h>
|
| H A D | LookupCmap.c | 38 #include <X11/Xmu/StdCmap.h>
|
| H A D | Makefile.in | 140 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 D | CrCmap.c | 42 #include <X11/Xmu/StdCmap.h>
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 49 } StdCmap; typedef in typeref:struct:_StdCmap 110 StdCmap *head, *tail; /* list of maps */ 111 StdCmap *mru; /* most recently used in list */
|
| H A D | util.c | 393 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 D | Makefile.am | 20 X11/Xmu/StdCmap.h \
|
| H A D | Makefile.in | 343 X11/Xmu/StdCmap.h \
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_cmap.c | 21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */ 23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
|
| H A D | glut_overlay.c | 21 #include <Xmu/StdCmap.h> /* for XmuLookupStandardColormap */ 23 #include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
|
| /xsrc/external/mit/xstdcmap/dist/ |
| H A D | xstdcmap.c | 42 #include <X11/Xmu/StdCmap.h>
|
Completed in 22 milliseconds