Home
last modified time | relevance | path

Searched refs:color_prompts (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Core/
DIOHandler.cpp227 bool multi_line, bool color_prompts, uint32_t line_number_start, in IOHandlerEditline() argument
235 prompt, continuation_prompt, multi_line, color_prompts, in IOHandlerEditline()
244 bool multi_line, bool color_prompts, uint32_t line_number_start, in IOHandlerEditline() argument
254 m_color_prompts(color_prompts), m_interrupt_exits(true), in IOHandlerEditline()
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h337 bool multi_line, bool color_prompts,
350 bool multi_line, bool color_prompts,
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h158 FILE *error_file, bool color_prompts);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1332 FILE *output_file, FILE *error_file, bool color_prompts) in Editline() argument
1333 : m_editor_status(EditorStatus::Complete), m_color_prompts(color_prompts), in Editline()