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

/freebsd-11-stable/lib/libdpv/
H A Ddpv.c122 int nthfile = 0; local
556 nthfile++;
632 nthfile != dialog_old_nthfile
636 overall = (100 * nthfile - 100 + pct) /
638 if (((100 * nthfile - 100 + pct) * 10 /
655 dialog_old_nthfile = nthfile;
667 nthfile != status_old_nthfile
676 status_old_nthfile = nthfile;
690 if (display_limit > 0 && nthfile % display_limit == 0)
H A Ddprompt.c114 int nthfile; local
165 nthfile = numlines = 0;
170 nthfile++;
172 if ((nthfile % display_limit) == 0) {
175 numlines = nthfile = 0;
398 int nthfile = 0; local
452 nthfile++;
643 if (nthfile >= display_limit)
666 return (nthfile);

Completed in 109 milliseconds