Searched refs:ColormapWindow (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.h | 69 extern ColormapWindow *CreateColormapWindow(Window w, Bool creating_parent,
|
| H A D | twm.h | 215 typedef struct ColormapWindow { struct 220 } ColormapWindow; typedef in typeref:struct:ColormapWindow 223 ColormapWindow **cwins; /* current list of colormap windows */
|
| H A D | add_window.c | 1413 ColormapWindow * 1416 ColormapWindow *cwin; 1420 cwin = (ColormapWindow *) malloc(sizeof(ColormapWindow)); 1452 * If this is a ColormapWindow property window and we 1475 ColormapWindow **cwins = NULL; 1520 cwins = (ColormapWindow **) 1521 malloc(sizeof(ColormapWindow *) * (size_t) number_cmap_windows); 1570 cwins = (ColormapWindow **) malloc(sizeof(ColormapWindow *)); [all...] |
| H A D | events.c | 381 ColormapWindow *cwin; 386 cwin = (ColormapWindow *) context_data; 434 ColormapWindow **cwins; 534 ColormapWindow *cwin; 539 cwin = (ColormapWindow *) context_data; 2493 ColormapWindow **cwins, *cwin, **maxcwin = NULL;
|
| H A D | twm.c | 445 Scr->TwmRoot.cmaps.cwins = (ColormapWindow **) 446 malloc(sizeof(ColormapWindow *));
|
| H A D | menus.c | 2681 ColormapWindow **cwins; 2687 cwins = (ColormapWindow **) 2688 malloc(sizeof(ColormapWindow *) * (size_t) tmp->cmaps.number_cwins);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | colormaps.h | 14 ColormapWindow *CreateColormapWindow(Window w, bool creating_parent,
|
| H A D | types.h | 40 typedef struct ColormapWindow ColormapWindow; typedef in typeref:struct:ColormapWindow
|
| H A D | colormaps.c | 54 ColormapWindow **cwins, *cwin, **maxcwin = NULL; 268 * Put together a ColormapWindow struct. This is a thing we hang off a 273 ColormapWindow * 276 ColormapWindow *cwin; 280 cwin = malloc(sizeof(ColormapWindow)); 328 * If this is a ColormapWindow property window and we 360 ColormapWindow **cwins = NULL; 405 cwins = calloc(number_cmap_windows, sizeof(ColormapWindow *)); 453 cwins = malloc(sizeof(ColormapWindow *)); 500 ColormapWindow **cwin [all...] |
| H A D | ctwm.h | 271 struct ColormapWindow { struct 279 ColormapWindow **cwins; /* current list of colormap windows */
|
| H A D | ctwm_main.c | 514 Scr->RootColormaps.cwins = malloc(sizeof(ColormapWindow *));
|
| H A D | event_handlers.c | 110 ColormapWindow *cwin, **cwins; 491 ColormapWindow *cwin; 3148 ColormapWindow *cwin;
|
Completed in 27 milliseconds