Searched defs:term_width (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
H A Dblkid.c141 static int term_width = -1; local
144 if (term_width < 0)
145 term_width = get_terminal_width();
147 if (term_width > 80) {
148 term_width -= 80;
149 w = term_width / 10;
152 term_width -= 2*w;
155 w = term_width/2;
/external/lldb/source/API/
H A DSBDebugger.cpp998 SBDebugger::SetTerminalWidth (uint32_t term_width) argument
1001 m_opaque_sp->SetTerminalWidth (term_width);
/external/lldb/source/Core/
H A DDebugger.cpp293 Debugger::SetTerminalWidth (uint32_t term_width) argument
296 return m_collection_sp->SetPropertyAtIndexAsSInt64 (NULL, idx, term_width);
663 OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePropertyTerminalWidth); local
664 term_width->SetMinimumValue(10);
665 term_width->SetMaximumValue(1024);

Completed in 142 milliseconds