HomeSort by: relevance | last modified time | path
    Searched refs:CM_INSTALL (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
colormaps.c 101 cwins[i]->colormap->state &= ~CM_INSTALL;
106 if(cmap->state & CM_INSTALL) {
114 if(row[j] && (cwins[j]->colormap->state & CM_INSTALL)) {
123 cmap->state |= CM_INSTALL;
136 if(cmap->state & CM_INSTALL) {
137 cmap->state &= ~CM_INSTALL;
ctwm.h 268 #define CM_INSTALL 4
  /xsrc/external/mit/twm/dist/src/
twm.h 213 #define CM_INSTALL 4
events.c 2540 cmap->state &= ~CM_INSTALL;
2550 if (row[j] && (cwins[j]->colormap->state & CM_INSTALL))
2557 cmap->state |= CM_INSTALL;
2565 if (cmap->state & CM_INSTALL) {
2566 cmap->state &= ~CM_INSTALL;

Completed in 9 milliseconds