Home
last modified time | relevance | path

Searched refs:strcols (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c158 strcols(m->pritems[i].name) + in build_privatemenu()
159 strcols(m->pritems[i].desc)); in build_privatemenu()
163 maxprefix = MAX(maxprefix, strcols(m->pritems[i].prefix)); in build_privatemenu()
165 maxname = MAX(maxname, strcols(m->pritems[i].name)); in build_privatemenu()
166 maxdesc = MAX(maxdesc, strcols(m->pritems[i].desc)); in build_privatemenu()
318 labellen = strcols(name) + strcols(desc) + 1; in drawseparators()
323 if (strcols(name) > 0 && strcols(desc) > 0) in drawseparators()
H A Dlib_util.c192 unsigned int strcols(const char *mbstring) in strcols() function
256 x = x + 1 + ((size - 2 - strcols(text))/2); in draw_button()
396 d->bs.sizebutton = MAX(SIZEBUTTON - 2, strcols(d->bs.label[0])); in set_buttons()
398 d->bs.sizebutton = MAX(d->bs.sizebutton, strcols(d->bs.label[i])); in set_buttons()
780 wtitle = strcols(conf->title); in widget_min_width()
786 wbottomtitle = strcols(conf->bottomtitle); in widget_min_width()
1281 if ((wtitle = strcols(d->conf->title)) < 0) in draw_dialog()
1313 if ((wbottomtitle = strcols(d->conf->bottomtitle)) < 0) in draw_dialog()
H A Dlib_util.h117 unsigned int strcols(const char *mbstring);
H A Dbarbox.c243 (int)strcols(CHECK_STR(minilabels[i]))); in mixedgauge_size_position()
H A Dformbox.c184 f->w = MAX(f->w, item->xlabel + strcols(item->label)); in build_privateform()
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c536 static unsigned int strcols(const char *string) in strcols() function
620 items[i].fieldlen = strcols(items[i].init); in form_builder()
702 items[i].fieldlen = strcols(items[i].init); in mixedform_builder()