Searched refs:do_command (Results 1 – 8 of 8) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 42 static int do_command(void); 423 static int do_command(void) in do_command() function 578 do_command(); in main() 604 if (do_command()) break; in main() 614 do_command(); in main()
|
/third_party/iptables/iptables/ |
D | iptables-restore.c | 68 int (*do_command)(int argc, char *argv[], char **table, member 338 ret = cb->do_command(av_store.argc, av_store.argv, in ip46tables_restore_main() 369 .do_command = do_command4, 403 .do_command = do_command6,
|
D | xtables-restore.c | 65 .do_command = do_commandx, 227 ret = cb->do_command(h, state->av_store.argc, in xtables_restore_parse_line() 413 .do_command = do_commandeb, 458 .do_command = do_commandarp,
|
D | nft-shared.h | 232 int (*do_command)(struct nft_handle *h, int argc, char *argv[], member
|
D | xtables-translate.c | 445 .do_command = do_command_xlate,
|
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | tdbtool-includes | 30 static int do_command(void);
|
/third_party/python/Lib/curses/ |
D | textpad.py | 95 def do_command(self, ch): member in Textbox 185 if not self.do_command(ch):
|
/third_party/python/Doc/library/ |
D | curses.rst | 1826 .. method:: do_command(ch)
|