Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDarrows.c82 int limit = dlg_count_real_columns(dialog_vars.help_line) + 2; in dlg_draw_helpline()
HDdialog.h677 extern int dlg_count_real_columns(const char * /*text*/);
HDutil.c641 dlg_count_real_columns(const char *text) in dlg_count_real_columns() function
665 int need = dlg_count_real_columns(string); in centered()
1365 dlg_count_real_columns(prompt)); in real_auto_size()
HDCHANGES805 + add dlg_count_real_columns(), use to modify centering for "--hline"