Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dbuildlist.c1014 int now_at = index2row(&all, i, which); in dlg_buildlist() local
1020 DLG_TRACE(("# <--now_at %d\n", now_at)); in dlg_buildlist()
1024 if (now_at >= at_bot) { in dlg_buildlist()
1025 while (now_at >= at_bot) { in dlg_buildlist()
1035 at_bot, now_at, at_end)); in dlg_buildlist()
1063 } else if (now_at < at_top) { in dlg_buildlist()
1064 while (now_at < at_top) { in dlg_buildlist()
1071 DLG_TRACE(("# ...at_top %d (now %d)\n", at_top, now_at)); in dlg_buildlist()
1076 if (at_top <= now_at) in dlg_buildlist()
1084 DLG_TRACE(("# -->now_at %d\n", now_at)); in dlg_buildlist()