Searched refs:ColormapWindow (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dadd_window.h69 extern ColormapWindow *CreateColormapWindow(Window w, Bool creating_parent,
H A Dtwm.h215 typedef struct ColormapWindow { struct
220 } ColormapWindow; typedef in typeref:struct:ColormapWindow
223 ColormapWindow **cwins; /* current list of colormap windows */
H A Dadd_window.c1413 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 Devents.c381 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 Dtwm.c445 Scr->TwmRoot.cmaps.cwins = (ColormapWindow **)
446 malloc(sizeof(ColormapWindow *));
H A Dmenus.c2681 ColormapWindow **cwins;
2687 cwins = (ColormapWindow **)
2688 malloc(sizeof(ColormapWindow *) * (size_t) tmp->cmaps.number_cwins);
/xsrc/external/mit/ctwm/dist/
H A Dcolormaps.h14 ColormapWindow *CreateColormapWindow(Window w, bool creating_parent,
H A Dtypes.h40 typedef struct ColormapWindow ColormapWindow; typedef in typeref:struct:ColormapWindow
H A Dcolormaps.c54 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 Dctwm.h271 struct ColormapWindow { struct
279 ColormapWindow **cwins; /* current list of colormap windows */
H A Dctwm_main.c514 Scr->RootColormaps.cwins = malloc(sizeof(ColormapWindow *));
H A Devent_handlers.c110 ColormapWindow *cwin, **cwins;
491 ColormapWindow *cwin;
3148 ColormapWindow *cwin;

Completed in 27 milliseconds