Lines Matching defs:conf
422 static int widget_max_height(struct bsddialog_conf *conf) in widget_max_height()
452 static int widget_max_width(struct bsddialog_conf *conf) in widget_max_width()
498 text_properties(struct bsddialog_conf *conf, const char *text, in text_properties()
593 text_autosize(struct bsddialog_conf *conf, struct textproperties *tp, in text_autosize()
678 text_size(struct bsddialog_conf *conf, int rows, int cols, const char *text, in text_size()
733 widget_min_height(struct bsddialog_conf *conf, int htext, int hnotext, in widget_min_height()
758 widget_min_width(struct bsddialog_conf *conf, int wtext, int minwidget, in widget_min_width()
799 set_widget_size(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w) in set_widget_size()
829 set_widget_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, in set_widget_autosize()
881 set_widget_position(struct bsddialog_conf *conf, int *y, int *x, int h, int w) in set_widget_position()
958 int f1help_dialog(struct bsddialog_conf *conf) in f1help_dialog()
982 void draw_borders(struct bsddialog_conf *conf, WINDOW *win, enum elevation elev) in draw_borders()
1027 update_box(struct bsddialog_conf *conf, WINDOW *win, int y, int x, int h, int w, in update_box()
1184 print_textpad(struct bsddialog_conf *conf, WINDOW *pad, const char *text) in print_textpad()
1338 prepare_dialog(struct bsddialog_conf *conf, const char *text, int rows, in prepare_dialog()