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

/freebsd-10-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.c291 const char *cprompt,
296 char *prompt = dlg_strclone(cprompt);
359 const char *cprompt,
364 return dlg_reallocate_gauge(NULL, title, cprompt, height, width, percent);
390 const char *cprompt,
397 void *objptr = dlg_allocate_gauge(title, cprompt, height, width, percent);
413 cprompt,
289 dlg_reallocate_gauge(void *objptr, const char *title, const char *cprompt, int height, int width, int percent) argument
358 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
389 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
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 Dyesno.c34 dialog_yesno(const char *title, const char *cprompt, int height, int width) argument
52 char *prompt = dlg_strclone(cprompt);
H A Dprogressbox.c196 const char *cprompt,
206 char *prompt = dlg_strclone(cprompt);
295 dialog_progressbox(const char *title, const char *cprompt, int height, int width) argument
299 cprompt,
195 dlg_progressbox(const char *title, const char *cprompt, int height, int width, int pauseopt, FILE *fp) argument
H A Dmsgbox.c35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, argument
53 char *prompt = dlg_strclone(cprompt);
H A Dpause.c49 const char *cprompt,
79 char *prompt = dlg_strclone(cprompt);
48 dialog_pause(const char *title, const char *cprompt, int height, int width, int seconds) argument
H A Dinputbox.c44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, argument
80 char *prompt = dlg_strclone(cprompt);
H A Dchecklist.c153 const char *cprompt,
204 char *prompt = dlg_strclone(cprompt);
595 const char *cprompt,
628 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
594 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,
348 char *prompt = dlg_strclone(cprompt);
737 const char *cprompt,
764 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
736 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,
209 char *prompt = dlg_strclone(cprompt);
568 const char *cprompt,
604 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
567 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.c376 const char *cprompt,
386 dlg_begin_mixedgauge(&dlg, &began, title, cprompt, height,
375 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,
218 char *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 Dbuildlist.c413 const char *cprompt,
469 char *prompt = dlg_strclone(cprompt);
1016 const char *cprompt,
1048 cprompt,
412 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
1015 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 Dformbox.c461 const char *cprompt,
510 char *prompt = dlg_strclone(cprompt);
905 const char *cprompt,
944 cprompt,
460 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
904 dialog_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
H A Ddialog.h340 #define strclone(cprompt) dlg_strclone(cprompt)
588 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*/);
590 extern int dialog_checklist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*flag*/);
593 extern int dialog_form(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
595 extern int dialog_gauge(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*percent*/);
597 extern int dialog_inputbox(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, const char * /*init*/, const int /*password*/);
598 extern int dialog_menu(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, char ** /*items*/);
599 extern int dialog_mixedform(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
600 extern int dialog_mixedgauge(const char * /*title*/, const char * /*cprompt*/, in
[all...]
H A Dutil.c1905 dlg_strclone(const char *cprompt) argument
1907 char *prompt = dlg_malloc(char, strlen(cprompt) + 1);
1909 strcpy(prompt, cprompt);
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh5.c564 prs(cprompt->value);
H A Dsh1.c94 cprompt = lookup("PS2");
95 if (cprompt->value == null)
96 setval(cprompt, "> ");
107 cprompt->status &= ~EXPORT;
109 setval(cprompt, "");
141 setval(cprompt, "");
143 cprompt->status &= ~EXPORT;
H A Dsh.h251 Extern struct var *cprompt; /* continuation prompt */ variable in typeref:struct:var
/freebsd-10-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c62 diskeditor_show(const char *title, const char *cprompt, argument
116 prompt = dlg_strclone(cprompt);
/freebsd-10-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 201 milliseconds