HomeSort by: relevance | last modified time | path
    Searched defs:next_obj (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/drvctl/
drvctl.c 258 prop_object_t next_obj; local
282 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
283 display_object(next_obj, nflag);
  /src/usr.sbin/envstat/
config.c 155 prop_object_t next_obj; local
179 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
180 display_object(next_obj, nflag);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-frame.c 438 PyObject *next_obj = NULL; /* Initialize to appease gcc warning. */ local
452 next_obj = frame_info_to_frame_object (next);
456 next_obj = Py_None;
459 return next_obj;
  /src/external/gpl3/gdb/dist/gdb/python/
py-frame.c 438 PyObject *next_obj = NULL; /* Initialize to appease gcc warning. */ local
452 next_obj = frame_info_to_frame_object (next);
456 next_obj = Py_None;
459 return next_obj;

Completed in 14 milliseconds