Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
68 using EditLineCharType = wchar_t; variable72 using EditLineCharType = char;361 void AddFunctionToEditLine(const EditLineCharType *command,362 const EditLineCharType *helptext,
98 if (ch != EditLineCharType(' ')) in IsOnlySpaces()171 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()176 for (EditLineCharType ch : line) { in GetIndentation()177 if (ch != EditLineCharType(' ')) in GetIndentation()274 void Enter(const EditLineCharType *line_cstr) { in Enter()366 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()737 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()827 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()860 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()1115 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()[all …]