Home
last modified time | relevance | path

Searched refs:has_multi_col (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h118 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col);
H A Dlib_util.c161 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() argument
187 if (has_multi_col != NULL) in str_props()
188 *has_multi_col = multicol; in str_props()