Home
last modified time | relevance | path

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

/freebsd/lib/libdpv/
H A Ddprompt.c133 dheight = 5; in dprompt_init()
145 dheight += numlines; in dprompt_init()
148 dheight -= dialog_prompt_nlstate(pprompt); in dprompt_init()
152 dheight++; in dprompt_init()
155 dheight--; in dprompt_init()
177 if ((dheight + fheight + in dprompt_init()
185 dheight += fheight; in dprompt_init()
193 dheight += numlines; in dprompt_init()
197 dheight += dheight / 4; in dprompt_init()
233 dheight += dialog_prompt_wrappedlines(pprompt, dwidth - 4, 0); in dprompt_init()
[all …]
H A Ddialog_util.c61 int dheight = 0; variable
249 if (dheight < height) in dialog_spawn_gauge()
250 height = dheight; in dialog_spawn_gauge()
H A Ddialog_util.h52 extern int dheight, dwidth;