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

/freebsd-11.0-release/contrib/dialog/
H A Dbuildlist.c205 index2row(ALL_DATA * data, int choice, int selected) function
348 int thumb_top = index2row(data, moi->top_index, selected);
349 int thumb_max = index2row(data, -1, selected);
390 int cur_row = index2row(data, cur_item, selected);
391 int top_row = index2row(data, top_item, selected);
641 int at_top = index2row(&all, moi->top_index, which);
642 int at_end = index2row(&all, -1, which);
658 int cur_row = index2row(&all, cur_item, which);
694 at_top = index2row(&all, moi->top_index, which);
894 int now_at = index2row(
[all...]

Completed in 171 milliseconds