Lines Matching defs:thisName
3700 char *thisName = ((names[0] == ';') ? NULL : names);
3706 if (thisName != NULL) {
3707 if (!strcmp(thisName, "?")) {
3711 || strcmp(thisName, xw->work.oldColors->names[ndx])) {
3712 AllocateTermColor(xw, &newColors, ndx, thisName, False);
3741 const char *thisName;
3747 thisName = xw->screen.Tcolors[ndx].resource;
3752 if (thisName != NULL
3754 && strcmp(thisName, xw->work.oldColors->names[ndx])) {
3755 AllocateTermColor(xw, &newColors, ndx, thisName, False);