Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/
H A Dchecklist.c201 int use_width, list_width, name_width, text_width; in dlg_checklist() local
H A Dtreeview.c206 int use_width, name_width, text_width, tree_width; in dlg_treeview() local
H A Dmenubox.c348 int use_width, name_width, text_width, list_width; in dlg_menu() local
H A Dbuildlist.c558 int name_width, text_width, full_width, list_width; in dlg_buildlist() local
H A Ddialog.h469 int text_width; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp289 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText() local