Searched refs:IOHandlerGetFixIndentationCharacters (Results 1 – 4 of 4) sorted by relevance
89 const char *IOHandlerGetFixIndentationCharacters() override;
209 virtual const char *IOHandlerGetFixIndentationCharacters() { return nullptr; } in IOHandlerGetFixIndentationCharacters() function
116 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters() function in REPL
289 const char *indent_chars = delegate.IOHandlerGetFixIndentationCharacters(); in IOHandlerEditline()