Searched refs:hist_count (Results 1 – 2 of 2) sorted by relevance
99 uint16_t hist_count; /*!< Total history command in hist buff*/ member
160 if (context->hist_current < (context->hist_count - 1)) in SHELL_Main()402 if (context->hist_count < SHELL_HIST_MAX) in ProcessCommand()404 context->hist_count++; in ProcessCommand()
Completed in 10 milliseconds