Home
last modified time | relevance | path

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

/dflybsd-src/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.c382 int pauseopt, in dlg_progressbox() argument
396 DLG_TRACE2N("pause", pauseopt); in dlg_progressbox()
445 if (pauseopt) { in dlg_progressbox()
H A Dutil.c1113 int pauseopt) in dlg_print_scrolled() argument
1118 (void) pauseopt; /* used only for ncurses */ in dlg_print_scrolled()
1122 if (pauseopt) { in dlg_print_scrolled()
H A DCHANGES853 pauseopt is set, rather than only DLG_OK.