Searched refs:cmd_process (Results 1 – 4 of 4) sorted by relevance
| /common/ |
| A D | cli_simple.c | 257 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command()
|
| A D | command.c | 588 enum command_ret_t cmd_process(int flag, int argc, char *const argv[], in cmd_process() function
|
| A D | cli_hush.c | 1674 return cmd_process(flag, child->argc - i, child->argv + i,
|
| A D | cli_hush_upstream.c | 10342 rcode = cmd_process(G.do_repeat ? CMD_FLAG_REPEAT : 0,
|
Completed in 30 milliseconds