Lines Matching defs:newColors
3680 ScrnColors newColors;
3688 newColors.which = 0;
3690 newColors.names[i] = NULL;
3698 newColors.names[ndx] = NULL;
3712 AllocateTermColor(xw, &newColors, ndx, thisName, False);
3718 if (newColors.which != 0) {
3719 ChangeColors(xw, &newColors);
3720 UpdateOldColors(xw, &newColors);
3740 ScrnColors newColors;
3749 newColors.which = 0;
3750 newColors.names[ndx] = NULL;
3755 AllocateTermColor(xw, &newColors, ndx, thisName, False);
3757 if (newColors.which != 0) {
3758 ChangeColors(xw, &newColors);
3759 UpdateOldColors(xw, &newColors);