Searched refs:EditLineGetCharType (Results 1 – 2 of 2) sorted by relevance
79 using EditLineGetCharType = wchar_t; variable81 using EditLineGetCharType = char; variable85 EditLineGetCharType *c);284 int GetCharacter(EditLineGetCharType *c);343 bool CompleteCharacter(char ch, EditLineGetCharType &out);
536 int Editline::GetCharacter(EditLineGetCharType *c) { in GetCharacter()1147 SetGetCharacterFunction([](EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()1579 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter()