Home
last modified time | relevance | path

Searched refs:dlg_print_autowrap (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/dialog/package/
H A Ddialog.sym182 dlg_print_autowrap
H A Ddialog.map115 dlg_print_autowrap;
/freebsd/contrib/dialog/
H A Dpause.c136 dlg_print_autowrap(dialog, prompt, height, width); in dialog_pause()
H A Dinputbox.c142 dlg_print_autowrap(dialog, prompt, height, width); in dialog_inputbox()
H A Ddialog.h354 #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 Drangebox.c297 dlg_print_autowrap(dialog, prompt, height, width); in dialog_rangebox()
H A Dguage.c134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
H A Dmixedgauge.c347 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width); in dlg_begin_mixedgauge()
H A Dtimebox.c235 dlg_print_autowrap(dialog, prompt, height, width); in dialog_timebox()
H A Dprogressbox.c115 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, obj->wide); in start_obj()
H A Dutil.c1108 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 Dchecklist.c295 dlg_print_autowrap(dialog, prompt, height, width); in dlg_checklist()
H A Dtreeview.c282 dlg_print_autowrap(dialog, prompt, height, width); in dlg_treeview()
H A Dmenubox.c423 dlg_print_autowrap(dialog, prompt, height, width); in dlg_menu()
H A Dcalendar.c821 dlg_print_autowrap(dialog, prompt, height, width); in dialog_calendar()
H A Dformbox.c577 dlg_print_autowrap(dialog, prompt, height, width); in dlg_form()
H A Dbuildlist.c642 dlg_print_autowrap(dialog, prompt, height, width); in dlg_buildlist()
H A Ddialog.c1473 dlg_print_autowrap(stdscr, text, height2, width2); in PrintTextOnly()