Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dformbox.c231 int old_choice = *choice; in tab_next() local
245 } while ((*choice != old_choice) && is_readonly(&(item[*choice]))); in tab_next()
251 if (old_choice == *choice) in tab_next()
253 print_item(win, item + old_choice, *scrollamt, FALSE); in tab_next()
269 *choice = old_choice; in tab_next()
278 } while (*choice != old_choice); in tab_next()
280 return (old_choice != *choice) || (old_scroll != *scrollamt); in tab_next()
292 int old_choice = *choice; in scroll_next() local
294 int old_row = MIN(item[old_choice].text_y, item[old_choice].name_y); in scroll_next()
324 if (old_choice != *choice) in scroll_next()
[all …]