Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h51 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col);
H A Dtextbox.c135 if (str_props(buf, &linecols, &has_multi_col) != 0) in bsddialog_textbox()
H A Dlib_util.c91 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() function