Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
67 using EditLineCharType = wchar_t; variable71 using EditLineCharType = char;363 void AddFunctionToEditLine(const EditLineCharType *command,364 const EditLineCharType *helptext,
81 if (ch != EditLineCharType(' ')) in IsOnlySpaces()158 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()163 for (EditLineCharType ch : line) { in GetIndentation()164 if (ch != EditLineCharType(' ')) in GetIndentation()261 void Enter(const EditLineCharType *line_cstr) { in Enter()355 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()726 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()816 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()849 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()974 reinterpret_cast<EditLineCharType *>(&reply)); in DisplayCompletions()[all …]