Lines Matching defs:noop_dispatcher
24 static int noop_dispatcher(int argc, char *argv[], void *userdata) {
34 { "help", VERB_ANY, VERB_ANY, 0, noop_dispatcher },
35 { "list-images", VERB_ANY, 1, 0, noop_dispatcher },
36 { "list", VERB_ANY, 2, VERB_DEFAULT, noop_dispatcher },
37 { "status", 2, VERB_ANY, 0, noop_dispatcher },
38 { "show", VERB_ANY, VERB_ANY, 0, noop_dispatcher },
39 { "terminate", 2, VERB_ANY, 0, noop_dispatcher },
40 { "login", 2, 2, 0, noop_dispatcher },
41 { "copy-to", 3, 4, 0, noop_dispatcher },
66 { "help", VERB_ANY, VERB_ANY, 0, noop_dispatcher },