Searched refs:dheight (Results 1 – 3 of 3) sorted by relevance
136 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 …]
63 int dheight = 0; variable251 if (dheight < height) in dialog_spawn_gauge()252 height = dheight; in dialog_spawn_gauge()
54 extern int dheight, dwidth;