Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtdbtool.c42 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/
Diptables-restore.c68 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,
Dxtables-restore.c65 .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,
Dnft-shared.h232 int (*do_command)(struct nft_handle *h, int argc, char *argv[], member
Dxtables-translate.c445 .do_command = do_command_xlate,
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dtdbtool-includes30 static int do_command(void);
/third_party/python/Lib/curses/
Dtextpad.py95 def do_command(self, ch): member in Textbox
185 if not self.do_command(ch):
/third_party/python/Doc/library/
Dcurses.rst1826 .. method:: do_command(ch)