Lines Matching refs:numlines
112 int numlines; in dprompt_init() local
141 numlines = dialog_prompt_numlines(pprompt, 0); in dprompt_init()
143 warnx("`-p text' is %i line%s long", numlines, in dprompt_init()
144 numlines == 1 ? "" : "s"); in dprompt_init()
145 dheight += numlines; in dprompt_init()
162 nthfile = numlines = 0; in dprompt_init()
168 numlines += dialog_prompt_numlines(curfile->name, nls); in dprompt_init()
170 if (numlines > fheight) in dprompt_init()
171 fheight = numlines; in dprompt_init()
172 numlines = nthfile = 0; in dprompt_init()
175 if (numlines > fheight) in dprompt_init()
176 fheight = numlines; in dprompt_init()
189 numlines = dialog_prompt_numlines(aprompt, use_dialog); in dprompt_init()
191 warnx("`-a text' is %i line%s long", numlines, in dprompt_init()
192 numlines == 1 ? "" : "s"); in dprompt_init()
193 dheight += numlines; in dprompt_init()