Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dbuildlist.c744 int at_end = index2row(&all, -1, which); in dlg_buildlist() local
751 at_top, at_bot, at_end, in dlg_buildlist()
974 if ((at_end - at_bot) < all.use_height) { in dlg_buildlist()
976 row2index(&all, at_end, which), in dlg_buildlist()
989 at_bot = MIN(at_bot, at_end); in dlg_buildlist()
1035 at_bot, now_at, at_end)); in dlg_buildlist()
1040 if (at_bot >= at_end) { in dlg_buildlist()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h922 bool at_end = false; in GTEST_DISABLE_MSC_WARNINGS_POP_() local
924 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in GTEST_DISABLE_MSC_WARNINGS_POP_()
926 return at_end; in GTEST_DISABLE_MSC_WARNINGS_POP_()