Searched refs:dheight (Results 1 – 3 of 3) sorted by relevance
133 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 …]
61 int dheight = 0; variable249 if (dheight < height) in dialog_spawn_gauge()250 height = dheight; in dialog_spawn_gauge()
52 extern int dheight, dwidth;