Searched refs:dlg_print_autowrap (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 182 dlg_print_autowrap
|
H A D | dialog.map | 115 dlg_print_autowrap;
|
/freebsd/contrib/dialog/ |
H A D | pause.c | 136 dlg_print_autowrap(dialog, prompt, height, width); in dialog_pause()
|
H A D | inputbox.c | 142 dlg_print_autowrap(dialog, prompt, height, width); in dialog_inputbox()
|
H A D | dialog.h | 354 #define print_autowrap(win,s,h,w) dlg_print_autowrap(win,s,h,w) 860 extern void dlg_print_autowrap(WINDOW * /*win*/, const char * /*prompt*/, int /*height*/, int /*wid…
|
H A D | rangebox.c | 297 dlg_print_autowrap(dialog, prompt, height, width); in dialog_rangebox()
|
H A D | guage.c | 134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
|
H A D | mixedgauge.c | 347 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width); in dlg_begin_mixedgauge()
|
H A D | timebox.c | 235 dlg_print_autowrap(dialog, prompt, height, width); in dialog_timebox()
|
H A D | progressbox.c | 115 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, obj->wide); in start_obj()
|
H A D | util.c | 1108 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) in dlg_print_autowrap() function 1156 dlg_print_autowrap(win, prompt, height + 1 + (3 * MARGIN), width); in dlg_print_scrolled() 1164 dlg_print_autowrap(dummy, prompt, high, width); in dlg_print_scrolled() 1209 dlg_print_autowrap(win, prompt, height + 1 + (3 * MARGIN), width); in dlg_print_scrolled()
|
H A D | checklist.c | 295 dlg_print_autowrap(dialog, prompt, height, width); in dlg_checklist()
|
H A D | treeview.c | 282 dlg_print_autowrap(dialog, prompt, height, width); in dlg_treeview()
|
H A D | menubox.c | 423 dlg_print_autowrap(dialog, prompt, height, width); in dlg_menu()
|
H A D | calendar.c | 821 dlg_print_autowrap(dialog, prompt, height, width); in dialog_calendar()
|
H A D | formbox.c | 577 dlg_print_autowrap(dialog, prompt, height, width); in dlg_form()
|
H A D | buildlist.c | 642 dlg_print_autowrap(dialog, prompt, height, width); in dlg_buildlist()
|
H A D | dialog.c | 1473 dlg_print_autowrap(stdscr, text, height2, width2); in PrintTextOnly()
|