Home
last modified time | relevance | path

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

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