Searched refs:FINSH_HISTORY_LINES (Results 1 – 3 of 3) sorted by relevance
34 #ifndef FINSH_HISTORY_LINES35 #define FINSH_HISTORY_LINES 5 macro74 char cmd_history[FINSH_HISTORY_LINES][FINSH_CMD_SIZE];
423 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()
33 config FINSH_HISTORY_LINES config
Completed in 4 milliseconds