Home
last modified time | relevance | path

Searched refs:old_att (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ee/
H A Dnew_curse.c3152 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…
[all …]