Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
65 using EditLineCharType = wchar_t; variable69 using EditLineCharType = char;391 void AddFunctionToEditLine(const EditLineCharType *command,392 const EditLineCharType *helptext,
97 if (ch != EditLineCharType(' ')) in IsOnlySpaces()174 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()179 for (EditLineCharType ch : line) { in GetIndentation()180 if (ch != EditLineCharType(' ')) in GetIndentation()277 void Enter(const EditLineCharType *line_cstr) { in Enter()371 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()757 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()850 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()885 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()1099 reinterpret_cast<EditLineCharType *>(&reply)); in DisplayCompletions()[all …]