Searched refs:SHELL_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
43 #ifndef SHELL_BUFFER_SIZE44 #define SHELL_BUFFER_SIZE (64U) macro87 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */100 char hist_buf[SHELL_HIST_MAX][SHELL_BUFFER_SIZE]; /*!< History buffer*/
84 static char g_paramBuffer[SHELL_BUFFER_SIZE];250 if (context->l_pos >= (SHELL_BUFFER_SIZE - 1)) in SHELL_Main()334 char *argv[SHELL_BUFFER_SIZE]; in ProcessCommand()395 memset(context->hist_buf[i], '\0', SHELL_BUFFER_SIZE); in ProcessCommand()399 memset(context->hist_buf[0], '\0', SHELL_BUFFER_SIZE); in ProcessCommand()
Completed in 9 milliseconds