Searched refs:completion_str (Results 1 – 1 of 1) sorted by relevance
870 const char *completion_str = completions.GetStringAtIndex(i); in PrintCompletion() local871 max_len = std::max((int)strlen(completion_str), max_len); in PrintCompletion()875 const char *completion_str = completions.GetStringAtIndex(i); in PrintCompletion() local878 fprintf(output_file, "\n\t%-*s", max_len, completion_str); in PrintCompletion()916 const char *completion_str = completions.GetStringAtIndex(0); in TabCommand() local917 if (completion_str != nullptr && *completion_str != '\0') { in TabCommand()918 el_insertstr(m_editline, completion_str); in TabCommand()