Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
67 using EditLineCharType = wchar_t; variable71 using EditLineCharType = char;360 void AddFunctionToEditLine(const EditLineCharType *command,361 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()365 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()736 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()826 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()859 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()1114 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()[all …]