Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython.h160 #define Py_single_input 256 macro
/external/python/cpython2/Modules/
Dsymtablemodule.c27 start = Py_single_input; in symtable_symtable()
/external/python/cpython2/Demo/pysvr/
Dpysvr.c350 v = PyRun_String(buffer, Py_single_input, globals, globals); in run_command()
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst16 :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/
Dextending.rst381 src = Py_CompileString (code, "<stdin>", Py_single_input);
/external/python/cpython2/Python/
Dpythonrun.c838 Py_single_input, ps1, ps2, in PyRun_InteractiveOneFlags()
Dbltinmodule.c481 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile()
/external/python/cpython2/Misc/
DHISTORY13987 symbols are now in Python.h as Py_single_input, Py_file_input, and