Searched refs:has_multi_col (Results 1 – 3 of 3) sorted by relevance
113 bool loop, has_multi_col; in bsddialog_textbox() local135 if (str_props(buf, &linecols, &has_multi_col) != 0) in bsddialog_textbox()147 if (has_multi_col) in bsddialog_textbox()
51 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col);
91 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() argument117 if (has_multi_col != NULL) in str_props()118 *has_multi_col = multicol; in str_props()