Home
last modified time | relevance | path

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

/src/contrib/bsddialog/utility/
H A Dbsddialog.c252 if (conf.get_height != NULL && conf.get_width != NULL) in main()
254 *conf.get_height, *conf.get_width); in main()
H A Dutil_cli.c598 conf->get_height = &opt->getH; in parseargs()
/src/contrib/bsddialog/lib/
H A Dbsddialog.h86 int *get_height; member
H A Dlib_util.c1063 if (d->conf->get_height != NULL) in end_dialog()
1064 *d->conf->get_height = d->h; in end_dialog()