Searched refs:do_next (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | extent_cmds.c | 64 extern void do_next __SS_PROTO; 182 do_next,
|
D | extent_cmds.ct | 34 request do_next, "Goto next node",
|
D | debugfs.h | 86 extern void do_next(int argc, char **argv, int sci_idx, void *infop);
|
D | extent_inode.c | 217 void do_next(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_next() function
|
/external/iputils/ |
D | arping.c | 753 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/ |
D | pdb.py | 666 def do_next(self, arg): member in Pdb 669 do_n = do_next
|
/external/python/cpython3/Lib/test/ |
D | test_exceptions.py | 832 def do_next(g): function 839 self._check_generator_cleanup_exc_state(do_next)
|
/external/python/cpython3/Lib/ |
D | pdb.py | 1006 def do_next(self, arg): member in Pdb 1013 do_n = do_next
|