Searched refs:PyOS_Readline (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Parser/ |
D | myreadline.c | 168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
|
D | pgenmain.c | 136 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
|
D | tokenizer.c | 22 extern char *PyOS_Readline(FILE *, FILE *, char *); 884 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_nextc()
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 151 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, char *);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 302 PyOS_Readline
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 84 "PyOS_Readline"
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 2071 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11392 - The calling context for PyOS_Readline() has changed: it must now be
|