Lines Matching refs:dwidth
128 dwidth = label_size + pbar_size + 9; in dprompt_init()
203 if ((len + 4) > dwidth) in dprompt_init()
204 dwidth = len + 4; in dprompt_init()
206 if ((len + 4) > dwidth) in dprompt_init()
207 dwidth = len + 4; in dprompt_init()
212 if (max_cols > 0 && dwidth > max_cols) in dprompt_init()
213 dwidth = max_cols; in dprompt_init()
216 if (pbar_size > dwidth - 9) { in dprompt_init()
217 pbar_size = dwidth - 9; in dprompt_init()
222 label_size = dwidth - 8; in dprompt_init()
224 else if (label_size > (dwidth - pbar_size - 9) || wide) in dprompt_init()
225 label_size = no_labels ? 0 : dwidth - pbar_size - 9; in dprompt_init()
233 dheight += dialog_prompt_wrappedlines(pprompt, dwidth - 4, 0); in dprompt_init()
234 dheight += dialog_prompt_wrappedlines(aprompt, dwidth - 4, 1); in dprompt_init()
238 dheight, dwidth, fheight); in dprompt_init()
435 strncat(pbar_fill, (const char *)(pbar), dwidth); in dprompt_add_files()
437 strncat(pbar_cap, (const char *)(pbar+pwidth), dwidth); in dprompt_add_files()
739 buf, dheight, dwidth, percent); in dprompt_libprint()