Home
last modified time | relevance | path

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

/DragonOS-0.1.7/user/apps/shell/
Dcmd.h24 int shell_find_cmd(char *main_cmd);
Dcmd.c85 int shell_find_cmd(char *main_cmd) in shell_find_cmd() argument
90 if (strcmp(main_cmd, shell_cmds[i].name) == 0) // 找到对应的命令号 in shell_find_cmd()