Home
last modified time | relevance | path

Searched refs:FINSH_HISTORY_LINES (Results 1 – 3 of 3) sorted by relevance

/components/finsh/
A Dshell.h34 #ifndef FINSH_HISTORY_LINES
35 #define FINSH_HISTORY_LINES 5 macro
74 char cmd_history[FINSH_HISTORY_LINES][FINSH_CMD_SIZE];
A Dshell.c423 if (shell->history_count >= FINSH_HISTORY_LINES) in shell_push_history()
426 if (memcmp(&shell->cmd_history[FINSH_HISTORY_LINES - 1], shell->line, FINSH_CMD_SIZE)) in shell_push_history()
430 for (index = 0; index < FINSH_HISTORY_LINES - 1; index ++) in shell_push_history()
439 shell->history_count = FINSH_HISTORY_LINES; in shell_push_history()
A DKconfig33 config FINSH_HISTORY_LINES config

Completed in 4 milliseconds