Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dbsddialog.h82 int *get_height; member
H A Dlib_util.c1200 if (conf->get_height != NULL) in end_dialog()
1201 *conf->get_height = h; in end_dialog()
/freebsd-14.2/contrib/bsddialog/
H A Dbsddialog.c654 conf->get_height = &getH_opt; in parseargs()
928 if (conf.get_height != NULL && conf.get_width != NULL) in main()
930 *conf.get_height, *conf.get_width); in main()