Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym98 dlg_count_real_columns
H A Ddialog.map190 dlg_count_real_columns;
/freebsd/contrib/dialog/
H A Darrows.c82 int limit = dlg_count_real_columns(dialog_vars.help_line) + 2; in dlg_draw_helpline()
H A Dutil.c658 dlg_count_real_columns(const char *text) in dlg_count_real_columns() function
682 int need = dlg_count_real_columns(string); in centered()
1382 dlg_count_real_columns(prompt)); in real_auto_size()
H A Ddialog.h826 extern int dlg_count_real_columns(const char * /*text*/);
H A DCHANGES711 + add dlg_count_real_columns(), use to modify centering for "--hline"