Searched refs:cmd_function_t (Results 1 – 1 of 1) sorted by relevance
32 typedef int (*cmd_function_t)(int argc, char **argv); typedef162 static cmd_function_t msh_get_cmd(char *cmd, int size) in msh_get_cmd()165 cmd_function_t cmd_func = RT_NULL; in msh_get_cmd()176 cmd_func = (cmd_function_t)index->func; in msh_get_cmd()276 cmd_function_t cmd_func; in _msh_exec_cmd()