Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dbuildlist.c745 int at_bot = skip_rows(&all, at_top, all.use_height, which); in dlg_buildlist() local
751 at_top, at_bot, at_end, in dlg_buildlist()
800 at_bot = skip_rows(&all, at_top, all.use_height, which); in dlg_buildlist()
907 && (key - '1' < at_bot)) { in dlg_buildlist()
974 if ((at_end - at_bot) < all.use_height) { in dlg_buildlist()
980 row2index(&all, at_bot, which), in dlg_buildlist()
982 at_top = at_bot; in dlg_buildlist()
988 at_bot = skip_rows(&all, at_top, all.use_height, which); in dlg_buildlist()
989 at_bot = MIN(at_bot, at_end); in dlg_buildlist()
1022 DLG_TRACE(("# <--at_bot %d\n", at_bot)); in dlg_buildlist()
[all …]