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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1543 const char *history_string = m_command_history.FindString(command_string.c_str() + non_space); local
1544 if (history_string == NULL)
1551 command_string = history_string;
1552 original_command_string = history_string;
1964 const char *history_string = m_command_history.FindString (first_arg); local
1965 if (history_string != NULL)
1968 matches.InsertStringAtIndex(0, history_string);

Completed in 1026 milliseconds