Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionValueBoolean.cpp102 static const StringEntry g_autocomplete_entries[] = in AutoComplete() local
113 const size_t k_num_autocomplete_entries = sizeof(g_autocomplete_entries)/sizeof(StringEntry); in AutoComplete()
120 if (s_len <= g_autocomplete_entries[i].length) in AutoComplete()
121 if (::strncasecmp(s, g_autocomplete_entries[i].string, s_len) == 0) in AutoComplete()
122 matches.AppendString(g_autocomplete_entries[i].string); in AutoComplete()
129 matches.AppendString(g_autocomplete_entries[i].string); in AutoComplete()