Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c234 simple_readline(char *prompt) in simple_readline() function
251 return simple_readline (prompt); in readline()
285 p = simple_readline("ftp> "); in cmdscanner()