Lines Matching defs:completion
689 // The completion test is allowed to change the input lines when complete
955 // Print the completion with trailing padding to the description column if
964 // If the completion doesn't fit on the screen, print ellipsis and don't
1107 CompletionResult::Completion completion = results.front();
1108 switch (completion.GetMode()) {
1110 std::string to_add = completion.GetCompletion();
1126 std::string to_add = completion.GetCompletion();
1133 el_insertstr(m_editline, completion.GetCompletion().c_str());
1340 EditLineConstString("Invoke completion"),
1343 EditLineConstString("Invoke completion"),