Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dmyreadline.c364 char *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, const char *) = NULL; variable
388 if (PyOS_ReadlineFunctionPointer == NULL) { in PyOS_Readline()
389 PyOS_ReadlineFunctionPointer = PyOS_StdioReadline; in PyOS_Readline()
412 rv = (*PyOS_ReadlineFunctionPointer)(sys_stdin, sys_stdout, prompt); in PyOS_Readline()
/external/python/cpython3/Include/cpython/
Dpythonrun.h96 PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, const char *);
/external/python/cpython3/Modules/
Dreadline.c1581 PyOS_ReadlineFunctionPointer = call_readline; in PyInit_readline()
/external/python/cpython3/Doc/faq/
Dextending.rst270 you. You can also set the :c:func:`PyOS_ReadlineFunctionPointer` to point at your
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst151 .. c:var:: char* (*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, const char *)
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv76 Parser/myreadline.c - PyOS_ReadlineFunctionPointer -
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst1783 :c:func:`PyOS_ReadlineFunctionPointer` is no longer exported by limited C
D3.13.0a1.rst6721 Don't call :c:var:`PyOS_InputHook` or :c:var:`PyOS_ReadlineFunctionPointer`
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2281 * Remove :c:func:`PyOS_ReadlineFunctionPointer` from the limited C API headers
D3.12.rst2106 * :c:var:`PyOS_InputHook` and :c:var:`PyOS_ReadlineFunctionPointer` are no
D3.4.rst2504 * The result of the :c:data:`PyOS_ReadlineFunctionPointer` callback must
/external/python/cpython3/Misc/
DHISTORY3715 - Issue #16742: The result of the C callback PyOS_ReadlineFunctionPointer must
28773 the call to the function pointed to by PyOS_ReadlineFunctionPointer
31205 PyOS_ReadlineFunctionPointer. (Code contributed by Lee Busby, with
/external/python/cpython3/Doc/data/
Dpython3.13.abi1604 …<elf-symbol name='PyOS_ReadlineFunctionPointer' size='8' type='object-type' binding='global-bindin…
12199PyOS_ReadlineFunctionPointer' type-id='type-id-695' mangled-name='PyOS_ReadlineFunctionPointer' vi…