Searched refs:old_row (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/dialog/
H A Dformbox.c293 int old_row = MIN(item[old_choice].text_y, item[old_choice].name_y); local
298 if (old_row != old_scroll)
315 if (abs(new_row - target) < abs(old_row - target)) {
316 old_row = new_row;

Completed in 139 milliseconds