Home
last modified time | relevance | path

Searched refs:do_next (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/debugfs/
Dextent_cmds.c64 extern void do_next __SS_PROTO;
182 do_next,
Dextent_cmds.ct34 request do_next, "Goto next node",
Ddebugfs.h86 extern void do_next(int argc, char **argv, int sci_idx, void *infop);
Dextent_inode.c217 void do_next(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_next() function
/external/iputils/
Darping.c753 goto do_next; in find_device_by_sysfs()
777 goto do_next; in find_device_by_sysfs()
781 goto do_next; in find_device_by_sysfs()
784 goto do_next; in find_device_by_sysfs()
788 goto do_next; in find_device_by_sysfs()
805 do_next: in find_device_by_sysfs()
/external/python/cpython2/Lib/
Dpdb.py666 def do_next(self, arg): member in Pdb
669 do_n = do_next
/external/python/cpython3/Lib/test/
Dtest_exceptions.py832 def do_next(g): function
839 self._check_generator_cleanup_exc_state(do_next)
/external/python/cpython3/Lib/
Dpdb.py1006 def do_next(self, arg): member in Pdb
1013 do_n = do_next