Searched refs:index2row (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | buildlist.c | 76 index2row(ALL_DATA * all, int choice, int selected) in index2row() function 180 int top_row = index2row(all, data->top_index, selected); in print_1_list() 214 int row = index2row(all, choice, selected); in prev_item() 257 int row = index2row(all, choice, selected); in next_item() 384 int thumb_top = index2row(all, data->top_index, selected); in print_both() 385 int thumb_max = index2row(all, -1, selected); in print_both() 426 int cur_row = index2row(all, cur_item, selected); in fix_top_item() 427 int top_row = index2row(all, top_item, selected); in fix_top_item() 743 int at_top = index2row(&all, moi->top_index, which); in dlg_buildlist() 744 int at_end = index2row(&all, -1, which); in dlg_buildlist() [all …]
|