Searched refs:EditLineGetCharType (Results 1 – 2 of 2) sorted by relevance
80 using EditLineGetCharType = wchar_t; variable82 using EditLineGetCharType = char; variable86 EditLineGetCharType *c);294 int GetCharacter(EditLineGetCharType *c);353 bool CompleteCharacter(char ch, EditLineGetCharType &out);
541 int Editline::GetCharacter(EditLineGetCharType *c) { in GetCharacter()1157 SetGetCharacterFunction([](EditLine *editline, EditLineGetCharType *c) { in ConfigureEditor()1595 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter()1613 return out != (EditLineGetCharType)WEOF; in CompleteCharacter()