Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c188 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_InteractiveOneObjectEx() local
242 if (use_peg) { in PyRun_InteractiveOneObjectEx()
1061 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_StringFlags() local
1071 if (use_peg) { in PyRun_StringFlags()
1092 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_FileExFlags() local
1102 if (use_peg) { in PyRun_FileExFlags()
1253 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in Py_CompileStringObject() local
1258 if (use_peg) { in Py_CompileStringObject()
1360 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in _Py_SymtableStringObjectFlags() local
1367 if (use_peg) { in _Py_SymtableStringObjectFlags()