Searched refs:last_history_index (Results 1 – 1 of 1) sorted by relevance
669 uint32_t last_history_index = CLI_CONFIG_HISTORY_LENGTH - 1; in cli_main() local716 cli_history[last_history_index], in cli_main()723 last_history_index = in cli_main()724 (last_history_index + 1) % CLI_CONFIG_HISTORY_LENGTH; in cli_main()
Completed in 18 milliseconds