Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Deval.h59 case eval_single_statement: start = Py_single_input; break;
111 case eval_single_statement: start = Py_single_input; break;
/external/python/cpython2/Include/
DPython.h163 #define Py_single_input 256 macro
/external/python/cpython3/Include/
Dcompile.h108 #define Py_single_input 256 macro
/external/python/cpython2/Modules/
Dsymtablemodule.c27 start = Py_single_input; in symtable_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c48 start = Py_single_input; in _symtable_symtable_impl()
D_peg_parser.c15 mode = Py_single_input; in _mode_str_to_int()
/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/cpython3/Doc/c-api/
Dveryhigh.rst16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described
297 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by
383 .. c:var:: int Py_single_input
/external/python/cpython3/Parser/pegen/
Dpegen.c603 if (type == ENDMARKER && p->start_rule == Py_single_input && p->parsing_started) { in _PyPegen_fill_token()
1148 if (p->start_rule == Py_single_input && bad_single_statement(p)) { in _PyPegen_run_parser()
1154 if (p->start_rule == Py_single_input || in _PyPegen_run_parser()
Dparse.c24761 } else if (p->start_rule == Py_single_input) { in _PyPegen_parse()
/external/python/cpython3/Python/
Dpythonrun.c243 mod = PyPegen_ASTFromFileObject(fp, filename, Py_single_input, in PyRun_InteractiveOneObjectEx()
248 Py_single_input, ps1, ps2, in PyRun_InteractiveOneObjectEx()
Dbltinmodule.c732 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl()
/external/python/cpython3/Doc/faq/
Dextending.rst374 src = Py_CompileString (code, "<stdin>", Py_single_input);
/external/python/cpython2/Python/
Dpythonrun.c847 Py_single_input, ps1, ps2, in PyRun_InteractiveOneFlags()
Dbltinmodule.c482 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile()
/external/python/cpython2/Doc/faq/
Dextending.rst381 src = Py_CompileString (code, "<stdin>", Py_single_input);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1589 Py_CompileString(NullTerminated(string), "<string>", Py_single_input); in runStringOneLine()
/external/python/cpython3/Grammar/
Dpython.gram15 } else if (p->start_rule == Py_single_input) {
/external/python/cpython2/Misc/
DHISTORY13987 symbols are now in Python.h as Py_single_input, Py_file_input, and
/external/python/cpython3/Misc/
DHISTORY31366 symbols are now in Python.h as Py_single_input, Py_file_input, and