Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libdpv/
Ddprompt.c51 static int fheight = 0; /* initialized by dprompt_init() */ variable
166 fheight = (int)dpv_nfiles > display_limit ? in dprompt_init()
173 if (numlines > fheight) in dprompt_init()
174 fheight = numlines; in dprompt_init()
178 if (numlines > fheight) in dprompt_init()
179 fheight = numlines; in dprompt_init()
180 if ((dheight + fheight + in dprompt_init()
187 if ((max_rows - (use_shadow ? 5 : 4)) >= fheight) in dprompt_init()
188 dheight += fheight; in dprompt_init()
190 fheight = 0; in dprompt_init()
[all …]