Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dutil.c1352 int title_length = title ? dlg_count_columns(title) : 0; in real_auto_size() local
1379 wide = MAX(title_length, mincols); in real_auto_size()
1397 if (*width < title_length) { in real_auto_size()
1398 justify_text((WINDOW *) 0, prompt, high, title_length, height, width); in real_auto_size()
1399 *width = title_length; in real_auto_size()