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

/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.h54 extern int dheight, dwidth;
H A Ddprompt.c136 dheight = 5;
148 dheight += numlines;
149 /* adjust dheight for various implementations */
151 dheight -= dialog_prompt_nlstate(pprompt);
155 dheight++;
158 dheight--;
180 if ((dheight + fheight +
188 dheight += fheight;
196 dheight += numlines;
200 dheight
[all...]
H A Ddialog_util.c63 int dheight = 0; variable
251 if (dheight < height)
252 height = dheight;

Completed in 59 milliseconds