Home
last modified time | relevance | path

Searched refs:next_obj (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/drvctl/
Ddrvctl.c258 prop_object_t next_obj; in display_object() local
282 while ((next_obj = prop_object_iterator_next(iter)) != NULL) in display_object()
283 display_object(next_obj, nflag); in display_object()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-frame.c439 PyObject *next_obj = NULL; /* Initialize to appease gcc warning. */ in frapy_newer() local
453 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()
/netbsd/src/usr.sbin/envstat/
Dconfig.c155 prop_object_t next_obj; in display_object() local
179 while ((next_obj = prop_object_iterator_next(iter)) != NULL) in display_object()
180 display_object(next_obj, nflag); in display_object()