Searched refs:FINSH_CMD_SIZE (Results 1 – 4 of 4) sorted by relevance
23 #ifndef FINSH_CMD_SIZE24 #define FINSH_CMD_SIZE 80 macro74 char cmd_history[FINSH_HISTORY_LINES][FINSH_CMD_SIZE];77 char line[FINSH_CMD_SIZE + 1];
426 if (memcmp(&shell->cmd_history[FINSH_HISTORY_LINES - 1], shell->line, FINSH_CMD_SIZE)) in shell_push_history()433 &shell->cmd_history[index + 1][0], FINSH_CMD_SIZE); in shell_push_history()435 rt_memset(&shell->cmd_history[index][0], 0, FINSH_CMD_SIZE); in shell_push_history()445 …y_count == 0 || memcmp(&shell->cmd_history[shell->history_count - 1], shell->line, FINSH_CMD_SIZE)) in shell_push_history()448 rt_memset(&shell->cmd_history[shell->history_count][0], 0, FINSH_CMD_SIZE); in shell_push_history()595 FINSH_CMD_SIZE); in finsh_thread_entry()617 FINSH_CMD_SIZE); in finsh_thread_entry()785 if (shell->line_position >= FINSH_CMD_SIZE) in finsh_thread_entry()814 if (shell->line_position >= FINSH_CMD_SIZE) in finsh_thread_entry()
48 config FINSH_CMD_SIZE config
201 char cur_line[FINSH_CMD_SIZE] = { 0 }; in client_cli_parser()257 if(cur_line_len >= FINSH_CMD_SIZE) in client_cli_parser()
Completed in 9 milliseconds