Searched refs:att1 (Results 1 – 1 of 1) sorted by relevance
2948 char *att1, *att2; local2956 att1 = line1->attributes;2959 while ((c1[i] != '\0') && (c2[i] != '\0') && (c1[i] == c2[i]) && (att1[i] == att2[i]))3287 char *att1, *att2; in doupdate() local3623 att1 = curr->attributes; in doupdate()3628 … while ((c1[j] == c2[j]) && (att1[j] == att2[j]) && (j < window->Num_cols) && (c2[j] != '\0')) in doupdate()3646 Char_out(c2[j], att2[j], c1, att1, j); in doupdate()