Searched refs:GetPrompt (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h134 GetPrompt();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp521 Editline::GetPrompt() function in class:Editline
598 return editline->GetPrompt();
679 ::fprintf (out_file, "\033[%uD\033[K", (uint32_t)(strlen(GetPrompt()) + line_info->cursor - line_info->buffer));
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h113 GetPrompt () function in class:lldb_private::IOHandler
430 GetPrompt ();
H A DDebugger.h302 GetPrompt() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h269 GetPrompt() const;
/freebsd-10-stable/usr.sbin/pppctl/
H A Dpppctl.c106 GetPrompt(EditLine *e) function
596 el_set(td.edit, EL_PROMPT, GetPrompt);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1077 SBDebugger::GetPrompt() const function in class:SBDebugger
1082 log->Printf ("SBDebugger(%p)::GetPrompt () => \"%s\"", m_opaque_sp.get(),
1083 (m_opaque_sp ? m_opaque_sp->GetPrompt() : ""));
1086 return m_opaque_sp->GetPrompt ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp179 const char *new_prompt = GetPrompt();
190 SetPrompt (GetPrompt());
239 Debugger::GetPrompt() const function in class:Debugger
250 const char *new_prompt = GetPrompt();
318 SetPrompt (GetPrompt());
H A DIOHandler.cpp387 const char *prompt = GetPrompt();
473 IOHandlerEditline::GetPrompt () function in class:IOHandlerEditline
476 return m_editline_ap->GetPrompt ();
577 const char *prompt = GetPrompt();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2465 m_debugger.GetPrompt(),
2664 debugger.GetPrompt(),
2991 io_handler.GetOutputStreamFile()->Printf("%s%s\n", io_handler.GetPrompt(), line.c_str());
3111 m_debugger.GetPrompt(),

Completed in 222 milliseconds