Home
last modified time | relevance | path

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

/NextBSD/lib/libdpv/
HDdprompt.c136 dheight = 5; in dprompt_init()
148 dheight += numlines; in dprompt_init()
151 dheight -= dialog_prompt_nlstate(pprompt); in dprompt_init()
155 dheight++; in dprompt_init()
158 dheight--; in dprompt_init()
180 if ((dheight + fheight + in dprompt_init()
188 dheight += fheight; in dprompt_init()
196 dheight += numlines; in dprompt_init()
200 dheight += dheight / 4; in dprompt_init()
236 dheight += dialog_prompt_wrappedlines(pprompt, dwidth - 4, 0); in dprompt_init()
[all …]
HDdialog_util.c63 int dheight = 0; variable
251 if (dheight < height) in dialog_spawn_gauge()
252 height = dheight; in dialog_spawn_gauge()
HDdialog_util.h54 extern int dheight, dwidth;