Searched refs:cprompt (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dprgbox.c97 const char *cprompt,
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
96 dialog_prgbox(const char *title, const char *cprompt, const char *command, int height, int width, int pauseopt) argument
H A Dguage.c298 const char *cprompt,
303 char *prompt = dlg_strclone(cprompt);
366 const char *cprompt,
371 return dlg_reallocate_gauge(NULL, title, cprompt, height, width, percent);
397 const char *cprompt,
404 void *objptr = dlg_allocate_gauge(title, cprompt, height, width, percent);
409 DLG_TRACE2S("message", cprompt);
428 cprompt,
296 dlg_reallocate_gauge(void *objptr, const char *title, const char *cprompt, int height, int width, int percent) argument
365 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
396 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
H A Dprogressbox.c83 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) argument
88 obj->prompt = dlg_strclone(cprompt);
275 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) argument
343 start_obj(obj, title, cprompt);
372 const char *cprompt,
386 DLG_TRACE2S("message", cprompt);
407 start_obj(obj, title, cprompt);
451 result = pause_for_ok(obj, title, cprompt);
466 dialog_progressbox(const char *title, const char *cprompt, int height, int width) argument
470 cprompt,
371 dlg_progressbox(const char *title, const char *cprompt, int height, int width, int pauseopt, FILE *fp) argument
[all...]
H A Dmsgbox.c35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, argument
67 DLG_TRACE2S("message", cprompt);
83 prompt = dlg_strclone(cprompt);
H A Dyesno.c34 dialog_yesno(const char *title, const char *cprompt, int height, int width) argument
65 DLG_TRACE2S("message", cprompt);
72 prompt = dlg_strclone(cprompt);
H A Dmixedform.c44 const char *cprompt,
83 cprompt,
43 dialog_mixedform(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
H A Dinputbox.c44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, argument
82 char *prompt = dlg_strclone(cprompt);
89 DLG_TRACE2S("message", cprompt);
H A Dpause.c49 const char *cprompt,
84 DLG_TRACE2S("message", cprompt);
98 prompt = dlg_strclone(cprompt);
48 dialog_pause(const char *title, const char *cprompt, int height, int width, int seconds) argument
H A Dchecklist.c153 const char *cprompt,
211 DLG_TRACE2S("message", cprompt);
254 prompt = dlg_strclone(cprompt);
613 const char *cprompt,
646 cprompt,
152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
612 dialog_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
H A Dmenubox.c294 const char *cprompt,
357 DLG_TRACE2S("message", cprompt);
377 prompt = dlg_strclone(cprompt);
760 const char *cprompt,
787 cprompt,
293 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
759 dialog_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, char **items) argument
H A Dtreeview.c156 const char *cprompt,
210 char *prompt = dlg_strclone(cprompt);
572 const char *cprompt,
590 DLG_TRACE2S("message", cprompt);
618 cprompt,
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
571 dialog_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
H A Dmixedgauge.c378 const char *cprompt,
390 DLG_TRACE2S("message", cprompt);
397 dlg_begin_mixedgauge(&dlg, &began, title, cprompt, height,
377 dialog_mixedgauge(const char *title, const char *cprompt, int height, int width, int percent, int item_no, char **items) argument
H A Drangebox.c172 const char *cprompt,
227 DLG_TRACE2S("message", cprompt);
247 prompt = dlg_strclone(cprompt);
171 dialog_rangebox(const char *title, const char *cprompt, int height, int width, int min_value, int max_value, int default_value) argument
H A Dformbox.c463 const char *cprompt,
524 DLG_TRACE2S("message", cprompt);
540 prompt = dlg_strclone(cprompt);
924 const char *cprompt,
963 cprompt,
462 dlg_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, DIALOG_FORMITEM * items, int *current_item) argument
923 dialog_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
H A Dbuildlist.c505 const char *cprompt,
599 prompt = dlg_strclone(cprompt);
1172 const char *cprompt,
1191 DLG_TRACE2S("message", cprompt);
1215 cprompt,
504 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument
1171 dialog_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int order_mode) argument
H A Ddialog.h341 #define strclone(cprompt) dlg_strclone(cprompt)
618 extern int dialog_buildlist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*order_mode*/);
620 extern int dialog_checklist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*flag*/);
623 extern int dialog_form(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
625 extern int dialog_gauge(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*percent*/);
627 extern int dialog_inputbox(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, const char * /*init*/, const int /*password*/);
628 extern int dialog_menu(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, char ** /*items*/);
629 extern int dialog_mixedform(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
630 extern int dialog_mixedgauge(const char * /*title*/, const char * /*cprompt*/, in
[all...]
H A Dutil.c1945 dlg_strclone(const char *cprompt) argument
1948 if (cprompt != 0) {
1949 prompt = dlg_malloc(char, strlen(cprompt) + 1);
1951 strcpy(prompt, cprompt);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c64 diskeditor_show(const char *title, const char *cprompt, argument
118 prompt = dlg_strclone(cprompt);
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c131 xdialog_menu(const char *title, const char *cprompt, int height, int width, argument
150 height = xdialog_count_rows(cprompt) + menu_height + 4 + 2;
167 width = MAX(xdialog_count_columns(cprompt), title != NULL ?
177 result = dlg_menu(title, cprompt, height, width,

Completed in 189 milliseconds