Home
last modified time | relevance | path

Searched refs:is_repl (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dmimify.py127 is_repl = 0
154 is_repl = 1
160 if is_repl and (quoted_printable or multipart):
161 is_repl = 0
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h150 bool is_repl);
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp482 SBCommandReturnObject &result, bool is_repl) { in SourceInitFileInHomeDirectory() argument
484 (lldb::SBCommandReturnObject &, bool), result, is_repl); in SourceInitFileInHomeDirectory()
492 m_opaque_ptr->SourceInitFileHome(result.ref(), is_repl); in SourceInitFileInHomeDirectory()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h259 void SourceInitFileHome(CommandReturnObject &result, bool is_repl = false);
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2187 bool is_repl) { in SourceInitFileHome() argument
2195 if (is_repl) in SourceInitFileHome()