Home
last modified time | relevance | path

Searched refs:CMD_HISTORY_LEN (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/apps/shell/include/
H A Dshell.h54 #define CMD_HISTORY_LEN 10 macro
/kernel/liteos_a/shell/full/include/
H A Dshell.h67 #define CMD_HISTORY_LEN 10 macro
/kernel/liteos_m/components/shell/include/
H A Dshell.h66 #define CMD_HISTORY_LEN 10 macro
/kernel/liteos_a/shell/full/src/base/
H A Dshmsg.c88 if (cmdHistory->count == CMD_HISTORY_LEN) { in ShellSaveHistoryCmd()
/kernel/liteos_a/apps/shell/src/
H A Dshmsg.c101 if (cmdHistory->count >= CMD_HISTORY_LEN) { in ShellSaveHistoryCmd()

Completed in 3 milliseconds