Lines Matching refs:new_att
3153 char *new_att; local
3157 new_att = pointer_new->attributes;
3161 …while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (old_…
3166 …while ((old_lin[end_old+k] == new_lin[end_new+k]) && (new_att[end_new+k] == old_att[end_old+k]) &&…
3207 char *new_att; local
3211 new_att = pointer_new->attributes;
3215 …while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (new_…
3220 …while ((old_lin[end_old+k] == new_lin[end_new+k]) && (old_att[end_old+k] == new_att[end_new+k]) &&…
3228 …_off] != '\0') && (old_lin[old_off] == new_lin[old_off]) && (old_att[old_off] == new_att[old_off]))
3230 if ((old_lin[old_off] == new_lin[old_off]) && (old_att[old_off] == new_att[old_off]))
3245 Char_ins(old_lin, old_att, new_lin[k], new_att[k], k, window->Num_cols);