Home
last modified time | relevance | path

Searched defs:oldobj (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dcellobject.c34 PyObject* oldobj; in PyCell_Set() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcellobject.c66 PyObject* oldobj; in PyCell_Set() local
/aosp_15_r20/external/python/cpython2/Modules/
D_curses_panel.c300 PyObject *oldobj; in PyCursesPanel_set_panel_userptr() local
/aosp_15_r20/external/python/cpython3/Modules/
D_curses_panel.c453 PyObject *oldobj = (PyObject *) panel_userptr(self->pan); in _curses_panel_panel_set_userptr_impl() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c3139 PyObject *oldobj = PyCell_GET(cell); local
3200 PyObject *oldobj = PyCell_GET(cell); local