Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h113 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col);
H A Dtextbox.c159 if (str_props(buf, &linecols, &has_multicol_ch) != 0) in bsddialog_textbox()
H A Dlib_util.c160 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() function