Searched refs:new_choice (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/dialog/
H A Dformbox.c500 int new_choice, new_scroll; local
710 new_choice = item_no - 1;
711 if (choice != new_choice) {
713 choice = new_choice;
817 new_choice = choice;
819 if (scroll_next(form, items, move_by, &new_choice, &new_scroll)) {
820 if (choice != new_choice) {
821 choice = new_choice;
832 if (tab_next(form, items, item_no, move_by, &new_choice, &new_scroll)) {
833 if (choice != new_choice) {
[all...]
H A Dbuildlist.c727 int new_choice; local
730 if ((new_choice = next_item(&all, cur_item, which)) == cur_item) {
731 new_choice = prev_item(&all, cur_item, which);
733 dlg_trace_msg("cur_item %d, new_choice:%d\n", cur_item, new_choice);
739 set_top_item(&all, new_choice, which);
742 if (new_choice >= 0) {
744 cur_item = new_choice;

Completed in 100 milliseconds