Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Parser/
Dmyreadline.c168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
Dpgenmain.c137 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
Dtokenizer.c22 extern char *PyOS_Readline(FILE *, FILE *, char *);
884 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_nextc()
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h150 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, char *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/aosp_15_r20/external/python/cpython3/Parser/
Dmyreadline.c355 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
Dtokenizer.c885 char *newtok = PyOS_Readline(tok->fp ? tok->fp : stdin, stdout, tok->prompt); in tok_underflow_interactive()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def302 PyOS_Readline
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def84 "PyOS_Readline"
/aosp_15_r20/external/python/cpython3/Python/
Dbltinmodule.c2217 s = PyOS_Readline(stdin, stdout, promptstr); in builtin_input_impl()
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c2072 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst844 Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi486 …<elf-symbol name='PyOS_Readline' type='func-type' binding='global-binding' visibility='default-vis…
6121PyOS_Readline' mangled-name='PyOS_Readline' filepath='Parser/myreadline.c' line='355' column='1' v…
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY8364 error handler in interactive mode (when calling into PyOS_Readline()).
28771 - The calling context for PyOS_Readline() has changed: it must now be
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY11392 - The calling context for PyOS_Readline() has changed: it must now be