Searched refs:propertyTable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xstdcmap/dist/
H A Dxstdcmap.c66 static colormap_property propertyTable[]= variable in typeref:typename:colormap_property[]
75 #define NPROPERTIES (sizeof propertyTable / sizeof propertyTable[0])
139 propertyTable[BEST].create++;
143 propertyTable[BLUE].create++;
147 propertyTable[DEFAULT].create++;
152 if (strcmp((char *) value.addr, propertyTable[i].nickname) == 0) {
153 propertyTable[i].delete++;
157 propertyTable[i].delete++;
167 propertyTable[GRA
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DShell.c3072 static PropertyRec propertyTable[] = { variable in typeref:typename:PropertyRec[]
3094 PropertyTable p = propertyTable;
3111 for (n = XtNumber(propertyTable); n; n--, p++) {
3137 for (n = XtNumber(propertyTable); n; n--, p++, mask <<= 1)
3151 for (n = XtNumber(propertyTable); n; n--, p++, mask <<= 1)

Completed in 6 milliseconds