Searched refs:Py_single_input (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/ |
D | compile.h | 8 #define Py_single_input 256 macro
|
/third_party/python/Modules/ |
D | symtablemodule.c | 45 start = Py_single_input; in _symtable_symtable_impl()
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 250 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 336 .. c:var:: int Py_single_input
|
/third_party/python/Parser/ |
D | pegen.c | 767 if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) { in _PyPegen_fill_token() 1396 if (p->start_rule == Py_single_input && bad_single_statement(p)) { in _PyPegen_run_parser() 1403 if (p->start_rule == Py_single_input || in _PyPegen_run_parser()
|
D | parser.c | 34512 } else if (p->start_rule == Py_single_input) { in _PyPegen_parse()
|
/third_party/python/Doc/faq/ |
D | extending.rst | 343 src = Py_CompileString (code, "<stdin>", Py_single_input);
|
/third_party/python/Python/ |
D | pythonrun.c | 257 mod = _PyParser_ASTFromFile(fp, filename, enc, Py_single_input, in PyRun_InteractiveOneObjectEx()
|
D | bltinmodule.c | 757 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl()
|
/third_party/python/Grammar/ |
D | python.gram | 16 } else if (p->start_rule == Py_single_input) {
|
/third_party/python/Misc/ |
D | HISTORY | 31366 symbols are now in Python.h as Py_single_input, Py_file_input, and
|