Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
68 using EditLineCharType = wchar_t; variable72 using EditLineCharType = char;75 typedef int (* EditlineGetCharCallbackType)(::EditLine * editline, EditLineCharType * c);276 GetCharacter (EditLineCharType * c);
92 if (ch != EditLineCharType(' ')) in IsOnlySpaces()135 return EditLineStringType (indent_correction, EditLineCharType(' ')) + line; in FixIndentation()142 for (EditLineCharType ch : line) in GetIndentation()144 if (ch != EditLineCharType(' ')) in GetIndentation()259 Enter (const EditLineCharType *line_cstr) in Enter()377 for (const EditLineCharType * character = info->buffer; character < info->lastchar; character++) in IsOnlySpaces()550 Editline::GetCharacter (EditLineCharType * c) in GetCharacter()753 const EditLineCharType * cursor = info->cursor; in DeleteNextCharCommand()848 …_input_lines.insert (m_input_lines.end(), EditLineStringType (indentation, EditLineCharType(' '))); in NextLineCommand()870 EditLineCharType inserted[] = { (EditLineCharType)ch, 0 }; in FixIndentationCommand()[all …]