Home
last modified time | relevance | path

Searched refs:new_prompt (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ss/
Dprompt.c22 void ss_set_prompt(int sci_idx, char *new_prompt) in ss_set_prompt() argument
24 ss_info(sci_idx)->prompt = new_prompt; in ss_set_prompt()
Dss.h90 void ss_set_prompt(int sci_idx, char *new_prompt);
/external/lldb/tools/driver/
DIOChannel.cpp472 const char *new_prompt = SBEvent::GetCStringFromEvent (event); in Run() local
473 if (new_prompt) in Run()
474 g_prompt_map[m_edit_line] = new_prompt; in Run()
/external/lldb/source/Core/
DDebugger.cpp190 const char *new_prompt = GetPrompt(); in SetPropertyValue() local
191 … std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPropertyValue()
193 new_prompt = str.c_str(); in SetPropertyValue()
194 …vent_sp (new Event(CommandInterpreter::eBroadcastBitResetPrompt, new EventDataBytes (new_prompt))); in SetPropertyValue()
256 const char *new_prompt = GetPrompt(); in SetPrompt() local
257 std::string str = lldb_utility::ansi::FormatAnsiTerminalCodes (new_prompt, GetUseColor()); in SetPrompt()
259 new_prompt = str.c_str(); in SetPrompt()
260 …ent_sp (new Event(CommandInterpreter::eBroadcastBitResetPrompt, new EventDataBytes (new_prompt)));; in SetPrompt()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2068 CommandInterpreter::SetPrompt (const char *new_prompt) in SetPrompt() argument
2070 m_debugger.SetPrompt (new_prompt); in SetPrompt()