Searched refs:get_width (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A Dprintf.h73 unsigned get_width; member in struct:printf_info
/freebsd-current/contrib/bsddialog/utility/
H A Dbsddialog.c252 if (conf.get_height != NULL && conf.get_width != NULL)
254 *conf.get_height, *conf.get_width);
H A Dutil_cli.c597 conf->get_width = &opt->getW;
/freebsd-current/contrib/bsddialog/lib/
H A Dbsddialog.h87 int *get_width; member in struct:bsddialog_conf
H A Dlib_util.c1064 if (d->conf->get_width != NULL)
1065 *d->conf->get_width = d->w;
/freebsd-current/lib/libc/stdio/
H A Dxprintf.c342 pi->get_width = nextarg;
532 if (pi->get_width) {
533 pi->width = args[pi->get_width].intarg;

Completed in 208 milliseconds