Searched refs:history_index (Results 1 – 1 of 1) sorted by relevance
34 static uint32_t history_index = 0; variable204 uint32_t history_index,694 history_index, in cli_main()719 cli_history[history_index], in cli_main()722 history_index = (history_index + 1) % CLI_CONFIG_HISTORY_LENGTH; in cli_main()912 uint32_t history_index, in cli_get_command() argument922 uint32_t history_oldest = history_index; in cli_get_command()986 history_index) { in cli_get_command()991 history_index = history_index - 1; in cli_get_command()996 history_index = (history_index + 1) % history_size; in cli_get_command()[all …]
Completed in 4 milliseconds