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

/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c643 int at_bot = skip_rows(&all, at_top, all.use_height, which); local
648 at_top, at_bot, at_end,
695 at_bot = skip_rows(&all, at_top, all.use_height, which);
791 && (key - '1' < at_bot)) {
854 if ((at_end - at_bot) < all.use_height) {
860 row2index(&all, at_bot, which),
862 at_top = at_bot;
868 at_bot = skip_rows(&all, at_top, all.use_height, which);
869 at_bot = MIN(at_bot, at_en
[all...]

Completed in 112 milliseconds