Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dbuildlist.c1012 int now_at = index2row(&all, i, which); in dlg_buildlist() local
1018 DLG_TRACE(("# <--now_at %d\n", now_at)); in dlg_buildlist()
1022 if (now_at >= at_bot) { in dlg_buildlist()
1023 while (now_at >= at_bot) { in dlg_buildlist()
1033 at_bot, now_at, at_end)); in dlg_buildlist()
1061 } else if (now_at < at_top) { in dlg_buildlist()
1062 while (now_at < at_top) { in dlg_buildlist()
1069 DLG_TRACE(("# ...at_top %d (now %d)\n", at_top, now_at)); in dlg_buildlist()
1074 if (at_top <= now_at) in dlg_buildlist()
1082 DLG_TRACE(("# -->now_at %d\n", now_at)); in dlg_buildlist()