Home
last modified time | relevance | path

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

/trueos/lib/libdpv/
HDdpv.c120 int nthfile = 0; in dpv() local
547 nthfile++; in dpv()
623 nthfile != dialog_old_nthfile in dpv()
627 overall = (100 * nthfile - 100 + pct) / in dpv()
629 if (((100 * nthfile - 100 + pct) * 10 / in dpv()
646 dialog_old_nthfile = nthfile; in dpv()
658 nthfile != status_old_nthfile in dpv()
667 status_old_nthfile = nthfile; in dpv()
681 if (display_limit > 0 && nthfile % display_limit == 0) in dpv()
HDdprompt.c114 int nthfile; in dprompt_init() local
165 nthfile = numlines = 0; in dprompt_init()
170 nthfile++; in dprompt_init()
172 if ((nthfile % display_limit) == 0) { in dprompt_init()
175 numlines = nthfile = 0; in dprompt_init()
399 int nthfile = 0; in dprompt_add_files() local
453 nthfile++; in dprompt_add_files()
646 if (nthfile >= display_limit) in dprompt_add_files()
669 return (nthfile); in dprompt_add_files()