Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
67 using EditLineCharType = wchar_t; variable71 using EditLineCharType = char;351 void AddFunctionToEditLine(const EditLineCharType *command,352 const EditLineCharType *helptext,
97 if (ch != EditLineCharType(' ')) in IsOnlySpaces()170 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()175 for (EditLineCharType ch : line) { in GetIndentation()176 if (ch != EditLineCharType(' ')) in GetIndentation()273 void Enter(const EditLineCharType *line_cstr) { in Enter()361 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()732 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()822 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()855 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()1105 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()[all …]