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,
95 if (ch != EditLineCharType(' ')) in IsOnlySpaces()172 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()177 for (EditLineCharType ch : line) { in GetIndentation()178 if (ch != EditLineCharType(' ')) in GetIndentation()275 void Enter(const EditLineCharType *line_cstr) { in Enter()369 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()740 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()830 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()863 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()1128 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()[all …]