Home
last modified time | relevance | path

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

/DragonOS-0.1.5/user/apps/shell/
Dcmd.h17 extern struct built_in_cmd_t shell_cmds[];
Dcmd.c23 struct built_in_cmd_t shell_cmds[] = { variable
31 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()