Lines Matching refs:old_att
3152 char *old_att; local
3159 old_att = pointer_old->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]) &&…
3177 Char_del(old_lin, old_att, offset, window->Num_cols);
3206 char *old_att; local
3213 old_att = pointer_old->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 …(new_lin[old_off] != '\0') && (old_lin[old_off] == new_lin[old_off]) && (old_att[old_off] == new_a…
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);