Searched refs:Py_single_input (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | Python.h | 160 #define Py_single_input 256 macro
|
/external/python/cpython2/Modules/ |
D | symtablemodule.c | 27 start = Py_single_input; in symtable_symtable()
|
/external/python/cpython2/Demo/pysvr/ |
D | pysvr.c | 350 v = PyRun_String(buffer, Py_single_input, globals, globals); in run_command()
|
/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 234 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 294 .. c:var:: int Py_single_input
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 381 src = Py_CompileString (code, "<stdin>", Py_single_input);
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 838 Py_single_input, ps1, ps2, in PyRun_InteractiveOneFlags()
|
D | bltinmodule.c | 481 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13987 symbols are now in Python.h as Py_single_input, Py_file_input, and
|