Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dmyreadline.c162 char *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, char *); variable
179 if (PyOS_ReadlineFunctionPointer == NULL) { in PyOS_Readline()
181 PyOS_ReadlineFunctionPointer = vms__StdioReadline; in PyOS_Readline()
183 PyOS_ReadlineFunctionPointer = PyOS_StdioReadline; in PyOS_Readline()
207 rv = (*PyOS_ReadlineFunctionPointer)(sys_stdin, sys_stdout, in PyOS_Readline()
/external/python/cpython2/Include/
Dpythonrun.h153 PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, char *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def54 PyOS_ReadlineFunctionPointer
/external/python/cpython2/Modules/
Dreadline.c1224 PyOS_ReadlineFunctionPointer = call_readline; in initreadline()
/external/python/cpython2/PC/os2emx/
Dpython27.def82 "PyOS_ReadlineFunctionPointer"
/external/python/cpython2/Doc/faq/
Dextending.rst281 you. You can also set the :c:func:`PyOS_ReadlineFunctionPointer` to point at your
/external/python/cpython2/Misc/
DHISTORY11394 the call to the function pointed to by PyOS_ReadlineFunctionPointer
13826 PyOS_ReadlineFunctionPointer. (Code contributed by Lee Busby, with