Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dgrammar.h86 void PyGrammar_RemoveAccelerators(grammar *);
/aosp_15_r20/external/python/cpython2/Parser/
Dacceler.c35 PyGrammar_RemoveAccelerators(grammar *g) in PyGrammar_RemoveAccelerators() function
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def198 PyGrammar_RemoveAccelerators
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def32 "PyGrammar_RemoveAccelerators"
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c553 PyGrammar_RemoveAccelerators(&_PyParser_Grammar); in Py_Finalize()