Searched refs:shell_cmds (Results 1 – 2 of 2) sorted by relevance
17 extern struct built_in_cmd_t shell_cmds[];
23 struct built_in_cmd_t shell_cmds[] = { variable31 const static int total_built_in_cmd_num = sizeof(shell_cmds) / sizeof(struct built_in_cmd_t);90 if (strcmp(main_cmd, shell_cmds[i].name) == 0) // 找到对应的命令号 in shell_find_cmd()110 shell_cmds[index].func(argc, argv); in shell_run_built_in_command()