Searched refs:use_peg (Results 1 – 1 of 1) sorted by relevance
188 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_InteractiveOneObjectEx() local242 if (use_peg) { in PyRun_InteractiveOneObjectEx()1061 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_StringFlags() local1071 if (use_peg) { in PyRun_StringFlags()1092 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_FileExFlags() local1102 if (use_peg) { in PyRun_FileExFlags()1253 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in Py_CompileStringObject() local1258 if (use_peg) { in Py_CompileStringObject()1360 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in _Py_SymtableStringObjectFlags() local1367 if (use_peg) { in _Py_SymtableStringObjectFlags()