Home
last modified time | relevance | path

Searched refs:bsddialog_conf (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/lib/
H A Dbsddialog.h52 struct bsddialog_conf { struct
147 int bsddialog_backtitle(struct bsddialog_conf *conf, char *backtitle);
149 void bsddialog_initconf(struct bsddialog_conf *conf);
166 bsddialog_datebox(struct bsddialog_conf *conf, char* text, int rows, int cols,
170 bsddialog_form(struct bsddialog_conf *conf, char* text, int rows, int cols,
175 bsddialog_gauge(struct bsddialog_conf *conf, char* text, int rows, int cols,
179 bsddialog_infobox(struct bsddialog_conf *conf, char* text, int rows, int cols);
182 bsddialog_menu(struct bsddialog_conf *conf, char* text, int rows, int cols,
196 bsddialog_msgbox(struct bsddialog_conf *conf, char* text, int rows, int cols);
199 bsddialog_pause(struct bsddialog_conf *conf, char* text, int rows, int cols,
[all …]
H A Dlib_util.h79 get_buttons(struct bsddialog_conf *conf, struct buttons *bs, char *yesoklabel,
90 int f1help(struct bsddialog_conf *conf);
97 get_text_properties(struct bsddialog_conf *conf, char *text, int *maxword,
100 int widget_max_height(struct bsddialog_conf *conf);
101 int widget_max_width(struct bsddialog_conf *conf);
107 set_widget_position(struct bsddialog_conf *conf, int *y, int *x, int h, int w);
111 print_textpad(struct bsddialog_conf *conf, WINDOW *pad, int *rows, int cols,
117 draw_borders(struct bsddialog_conf *conf, WINDOW *win, int rows, int cols,
121 new_boxed_window(struct bsddialog_conf *conf, int y, int x, int rows, int cols,
125 new_widget_withtextpad(struct bsddialog_conf *conf, WINDOW **shadow,
[all …]
H A Dlibbsddialog.c103 int bsddialog_backtitle(struct bsddialog_conf *conf, char *backtitle) in bsddialog_backtitle()
133 void bsddialog_initconf(struct bsddialog_conf *conf) in bsddialog_initconf()
136 memset(conf, 0, sizeof(struct bsddialog_conf)); in bsddialog_initconf()
H A Dlib_util.c84 int f1help(struct bsddialog_conf *conf) in f1help()
161 get_buttons(struct bsddialog_conf *conf, struct buttons *bs, char *yesoklabel, in get_buttons()
325 static void prepare_text(struct bsddialog_conf *conf, char *text, char *buf) in prepare_text()
373 get_text_properties(struct bsddialog_conf *conf, char *text, int *maxword, in get_text_properties()
427 print_textpad(struct bsddialog_conf *conf, WINDOW *pad, int *rows, int cols, in print_textpad()
505 int widget_max_height(struct bsddialog_conf *conf) in widget_max_height()
523 int widget_max_width(struct bsddialog_conf *conf) in widget_max_width()
607 draw_borders(struct bsddialog_conf *conf, WINDOW *win, int rows, int cols, in draw_borders()
667 draw_widget_withtextpad(struct bsddialog_conf *conf, WINDOW *shadow, in draw_widget_withtextpad()
742 update_widget_withtextpad(struct bsddialog_conf *conf, WINDOW *shadow, in update_widget_withtextpad()
[all …]
H A Dmessagebox.c56 message_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w, in message_autosize()
129 do_widget(struct bsddialog_conf *conf, char *text, int rows, int cols, in do_widget()
259 bsddialog_msgbox(struct bsddialog_conf *conf, char* text, int rows, int cols) in bsddialog_msgbox()
270 bsddialog_yesno(struct bsddialog_conf *conf, char* text, int rows, int cols) in bsddialog_yesno()
H A Dinfobox.c47 infobox_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w, in infobox_autosize()
88 bsddialog_infobox(struct bsddialog_conf *conf, char* text, int rows, int cols) in bsddialog_infobox()
H A Dmenubox.c126 getfirst_with_default(struct bsddialog_conf *conf, int ngroups, in getfirst_with_default()
291 drawitem(struct bsddialog_conf *conf, WINDOW *pad, int y, in drawitem()
362 menu_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w, in menu_autosize()
439 update_menuwin(struct bsddialog_conf *conf, WINDOW *menuwin, int h, int w, in update_menuwin()
462 do_mixedlist(struct bsddialog_conf *conf, char* text, int rows, int cols, in do_mixedlist()
774 int bsddialog_mixedlist(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_mixedlist()
787 bsddialog_checklist(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_checklist()
802 bsddialog_menu(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_menu()
817 bsddialog_radiolist(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_radiolist()
876 bsddialog_buildlist(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_buildlist()
H A Dbarbox.c85 bar_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w, in bar_autosize()
147 bsddialog_gauge(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_gauge()
218 bsddialog_mixedgauge(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_mixedgauge()
322 bsddialog_rangebox(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_rangebox()
510 bsddialog_pause(struct bsddialog_conf *conf, char* text, int rows, int cols, in bsddialog_pause()
H A Dtextbox.c50 textbox_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w, in textbox_autosize()
87 bsddialog_textbox(struct bsddialog_conf *conf, char* file, int rows, int cols) in bsddialog_textbox()
/dports/ports-mgmt/portconfig/portconfig-222ee8a8f6a790fe6a9c72f7b615e47ecdb56399/
H A Dportconfig.c185 struct bsddialog_conf conf, confhelp; in main()
190 memset(&conf, 0, sizeof(struct bsddialog_conf)); in main()
283 memcpy(&confhelp, &conf, sizeof(struct bsddialog_conf)); in main()
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/examples_library/
H A Dinfobox.c19 struct bsddialog_conf conf; in main()
H A Dyesno.c19 struct bsddialog_conf conf; in main()
H A Drangebox.c19 struct bsddialog_conf conf; in main()
H A Dpause.c19 struct bsddialog_conf conf; in main()
H A Dmsgbox.c19 struct bsddialog_conf conf; in main()
H A Dchecklist.c19 struct bsddialog_conf conf; in main()
H A Dbuildlist.c19 struct bsddialog_conf conf; in main()
H A Dmenu.c19 struct bsddialog_conf conf; in main()
H A Dradiolist.c19 struct bsddialog_conf conf; in main()
H A Dtreeview.c19 struct bsddialog_conf conf; in main()
H A Dform.c24 struct bsddialog_conf conf; in main()
H A Dtimebox.c21 struct bsddialog_conf conf; in main()
H A Ddatebox.c21 struct bsddialog_conf conf; in main()
H A Dsade.c20 struct bsddialog_conf conf; in main()
H A Dtheme.c20 struct bsddialog_conf conf; in main()

12