Home
last modified time | relevance | path

Searched defs:kwstack (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dgetargs.c2023 find_keyword(PyObject *kwnames, PyObject *const *kwstack, PyObject *key) in find_keyword()
2064 PyObject *const *kwstack = NULL; in vgetargskeywordsfast_impl() local
2298 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywords() local
2475 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywordsWithVararg() local
/external/python/cpython3/Objects/
Dcall.c998 PyObject **kwstack = stack + nargs; in _PyStack_UnpackDict() local