Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dbuildlist.c425 int top_item = all->list[selected].top_index; in fix_top_item() local
427 int top_row = index2row(all, top_item, selected); in fix_top_item()
430 top_item = cur_item; in fix_top_item()
432 top_item = row2index(all, cur_row + 1 - all->use_height, selected); in fix_top_item()
435 top_item = row2index(all, 0, selected); in fix_top_item()
438 cur_item, mySide(selected), top_item)); in fix_top_item()
439 set_top_item(all, top_item, selected); in fix_top_item()
717 int top_item = cur_item - j + 1; in dlg_buildlist() local
718 if (top_item < 0) in dlg_buildlist()
719 top_item = 0; in dlg_buildlist()
[all …]