Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dinitconfig.h152 int _use_peg_parser; member
/external/python/cpython3/Python/
Dpythonrun.c188 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_InteractiveOneObjectEx()
1061 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_StringFlags()
1092 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in PyRun_FileExFlags()
1253 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in Py_CompileStringObject()
1360 int use_peg = _PyInterpreterState_GET()->config._use_peg_parser; in _Py_SymtableStringObjectFlags()
Dinitconfig.c646 config->_use_peg_parser = 1; in _PyConfig_InitCompatConfig()
804 COPY_ATTR(_use_peg_parser); in _PyConfig_Copy()
911 SET_ITEM_INT(_use_peg_parser); in config_as_dict()
1459 config->_use_peg_parser = 0; in config_read_complex_options()
2555 assert(config->_use_peg_parser >= 0); in PyConfig_Read()
/external/python/cpython3/Programs/
D_testembed.c489 config._use_peg_parser = 0; in test_init_from_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst698 .. c:member:: int _use_peg_parser