Searched refs:GetTerminalWidth (Results 1 – 10 of 10) sorted by relevance
138 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()332 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()610 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
2826 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()2890 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
444 GetTerminalWidth () const;
319 uint32_t GetTerminalWidth() const;
285 uint32_t GetTerminalWidth() const;
481 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
354 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
3865 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
1370 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger1373 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
351 uint32_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger1909 const uint32_t term_width = GetTerminalWidth(); in HandleProgressEvent()