Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline() function
61 PyOS_ReadlineFunctionPointer = simple_readline; in initlldb_readline()