Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dmyreadline.c168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
Dpgenmain.c136 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()
/external/python/cpython2/Include/
Dpythonrun.h151 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, char *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def302 PyOS_Readline
/external/python/cpython2/PC/os2emx/
Dpython27.def84 "PyOS_Readline"
/external/python/cpython2/Python/
Dbltinmodule.c2071 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
/external/python/cpython2/Misc/
DHISTORY11392 - The calling context for PyOS_Readline() has changed: it must now be