Home
last modified time | relevance | path

Searched refs:pauseopt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/dialog/
H A Dmsgbox.c36 int pauseopt) in dialog_msgbox() argument
57 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox()
69 DLG_TRACE2N("pauseopt", pauseopt); in dialog_msgbox()
85 (pauseopt == 1 ? 2 : 0), in dialog_msgbox()
106 if (pauseopt) { in dialog_msgbox()
119 page, width, pauseopt); in dialog_msgbox()
189 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt); in dialog_msgbox()
H A Dprgbox.c102 int pauseopt) in dialog_prgbox() argument
112 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp); in dialog_prgbox()
H A Dprogressbox.c386 int pauseopt, in dlg_progressbox() argument
400 DLG_TRACE2N("pause", pauseopt); in dlg_progressbox()
449 if (pauseopt) { in dlg_progressbox()
H A Dutil.c1130 int pauseopt) in dlg_print_scrolled() argument
1135 (void) pauseopt; /* used only for ncurses */ in dlg_print_scrolled()
1139 if (pauseopt) { in dlg_print_scrolled()
H A DCHANGES759 pauseopt is set, rather than only DLG_OK.