Home
last modified time | relevance | path

Searched defs:text_width (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/dialog/
H A Dchecklist.c200 int use_width, list_width, name_width, text_width; in dlg_checklist() local
H A Dtreeview.c205 int use_width, name_width, text_width, tree_width; in dlg_treeview() local
H A Dmenubox.c360 int use_width, name_width, text_width, list_width; in dlg_menu() local
H A Dbuildlist.c560 int name_width, text_width, full_width, list_width; in dlg_buildlist() local
H A Ddialog.h486 int text_width; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp294 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText() local