Searched refs:EditLineGetCharType (Results 1 – 2 of 2) sorted by relevance
81 using EditLineGetCharType = wchar_t; variable83 using EditLineGetCharType = char; variable87 EditLineGetCharType *c);296 int GetCharacter(EditLineGetCharType *c);355 bool CompleteCharacter(char ch, EditLineGetCharType &out);
528 int Editline::GetCharacter(EditLineGetCharType *c) { in GetCharacter()972 EditLineGetCharType reply = L'n'; in DisplayCompletions()1159 SetGetCharacterFunction([](EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()1569 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter()1587 return out != (EditLineGetCharType)WEOF; in CompleteCharacter()