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

/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c894 int now_at = index2row(&all, i, which); local
900 dlg_trace_msg("<--now_at %d\n", now_at);
904 if (now_at >= at_bot) {
905 while (now_at >= at_bot) {
915 at_bot, now_at, at_end);
943 } else if (now_at < at_top) {
944 while (now_at < at_top) {
951 dlg_trace_msg("...at_top %d (now %d)\n", at_top, now_at);
956 if (at_top <= now_at)
[all...]

Completed in 104 milliseconds