Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bsddialog/lib/
HDtextbox.c113 bool loop, has_multi_col; in bsddialog_textbox() local
135 if (str_props(buf, &linecols, &has_multi_col) != 0) in bsddialog_textbox()
147 if (has_multi_col) in bsddialog_textbox()
HDlib_util.h51 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col);
HDlib_util.c91 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() argument
117 if (has_multi_col != NULL) in str_props()
118 *has_multi_col = multicol; in str_props()