Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonReadline.cpp43 simple_readline(FILE *stdin, FILE *stdout, const char *prompt) in simple_readline() function
45 simple_readline(FILE *stdin, FILE *stdout, char *prompt) in simple_readline()
79 PyOS_ReadlineFunctionPointer = simple_readline; in initlldb_readline()