Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/
H A Dmsgbox.c36 int pauseopt) in dialog_msgbox() argument
58 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox()
70 DLG_TRACE2N("pauseopt", pauseopt); in dialog_msgbox()
86 (pauseopt == 1 ? 2 : 0), in dialog_msgbox()
113 if (pauseopt) { in dialog_msgbox()
122 page, width, pauseopt); in dialog_msgbox()
188 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt); in dialog_msgbox()
H A Dprgbox.c101 int pauseopt) in dialog_prgbox() argument
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp); in dialog_prgbox()
H A Dprogressbox.c375 int pauseopt, in dlg_progressbox() argument
389 DLG_TRACE2N("pause", pauseopt); in dlg_progressbox()
438 if (pauseopt) { in dlg_progressbox()
H A Dutil.c1059 int pauseopt) in dlg_print_scrolled() argument
1064 (void) pauseopt; /* used only for ncurses */ in dlg_print_scrolled()
1068 if (pauseopt) { in dlg_print_scrolled()
H A DCHANGES546 pauseopt is set, rather than only DLG_OK.