Searched refs:CompleteCharacter (Results 1 – 2 of 2) sorted by relevance
353 bool CompleteCharacter(char ch, EditLineGetCharType &out);
597 if (CompleteCharacter(ch, *c)) in GetCharacter()1595 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter() function in Editline