Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh.c33 typedef int (*cmd_function_t)(int argc, char **argv); typedef
230 static cmd_function_t msh_get_cmd(char *cmd, int size) in msh_get_cmd()
233 cmd_function_t cmd_func = RT_NULL; in msh_get_cmd()
242 cmd_func = (cmd_function_t)index->func; in msh_get_cmd()
327 cmd_function_t cmd_func; in _msh_exec_cmd()

Completed in 3 milliseconds