HomeSort by relevance Sort by last modified time
    Searched defs:term_width (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
blkid.c 141 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/Core/
Debugger.cpp 293 Debugger::SetTerminalWidth (uint32_t term_width)
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);
    [all...]

Completed in 51 milliseconds