Searched refs:next_obj (Results 1 – 3 of 3) sorted by relevance
258 prop_object_t next_obj; in display_object() local282 while ((next_obj = prop_object_iterator_next(iter)) != NULL) in display_object()283 display_object(next_obj, nflag); in display_object()
439 PyObject *next_obj = NULL; /* Initialize to appease gcc warning. */ in frapy_newer() local453 next_obj = frame_info_to_frame_object (next); in frapy_newer()457 next_obj = Py_None; in frapy_newer()460 return next_obj; in frapy_newer()
155 prop_object_t next_obj; in display_object() local179 while ((next_obj = prop_object_iterator_next(iter)) != NULL) in display_object()180 display_object(next_obj, nflag); in display_object()