Home
last modified time | relevance | path

Searched defs:p_stack (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Parser/
Dparser.h25 stack p_stack; /* Stack of parser states */ member
/external/python/cpython2/Parser/
Dparser.h25 stack p_stack; /* Stack of parser states */ member
/external/python/cpython3/Objects/
Dcall.c1348 PyObject *const **p_stack, PyObject **p_kwnames) in _PyStack_UnpackDict()