Searched refs:pauseopt (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | msgbox.c | 36 int pauseopt) in dialog_msgbox() argument 58 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox() 78 (pauseopt == 1 ? 2 : 0), in dialog_msgbox() 105 if (pauseopt) { in dialog_msgbox() 114 page, width, pauseopt); in dialog_msgbox() 178 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt); in dialog_msgbox()
|
| HD | prgbox.c | 101 int pauseopt) in dialog_prgbox() argument 111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp); in dialog_prgbox()
|
| HD | progressbox.c | 199 int pauseopt, in dlg_progressbox() argument 274 if (pauseopt) { in dlg_progressbox()
|
| HD | util.c | 1025 int pauseopt) in dlg_print_scrolled() argument 1030 (void) pauseopt; /* used only for ncurses */ in dlg_print_scrolled() 1034 if (pauseopt) { in dlg_print_scrolled()
|
| HD | CHANGES | 227 pauseopt is set, rather than only DLG_OK.
|