Searched refs:history_size (Results 1 – 1 of 1) sorted by relevance
205 uint32_t history_size,913 uint32_t history_size, in cli_get_command() argument985 if (((history_oldest + 1) % history_size) != in cli_get_command()989 history_index = history_size - 1; in cli_get_command()996 history_index = (history_index + 1) % history_size; in cli_get_command()1028 history_index = (history_index + 1) % history_size; in cli_get_command()
Completed in 4 milliseconds