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