Home
last modified time | relevance | path

Searched refs:CMD_TYPE_STD (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_a/apps/shell/include/
H A Dshell.h90 CMD_TYPE_STD = 1, enumerator
/kernel/liteos_a/shell/full/include/
H A Dshell.h105 CMD_TYPE_STD = 1, enumerator
/kernel/liteos_m/components/shell/include/
H A Dshell.h103 CMD_TYPE_STD = 1, enumerator
/kernel/liteos_m/components/shell/src/base/
H A Dshcmd.c55 {CMD_TYPE_STD, "date", XARGS, (CmdCallBackFunc)OsShellCmdDate},
/kernel/liteos_a/shell/full/src/cmds/
H A Ddate_shellcmd.c301 SHELLCMD_ENTRY(date_shellcmd, CMD_TYPE_STD, "date", XARGS, (CmdCallBackFunc)OsShellCmdDate);
H A Ddmesg.c789 SHELLCMD_ENTRY(dmesg_shellcmd, CMD_TYPE_STD, "dmesg", XARGS, (CmdCallBackFunc)OsShellCmdDmesg);
/kernel/liteos_a/apps/shell/src/
H A Dshcmd.c69 parsed->cmdType = CMD_TYPE_STD; in OsStrSeparateTabStrGet()
/kernel/liteos_a/shell/full/src/base/
H A Dshcmd.c84 parsed->cmdType = CMD_TYPE_STD; in OsStrSeparateTabStrGet()

Completed in 7 milliseconds