Searched refs:history_oldest (Results 1 – 1 of 1) sorted by relevance
922 uint32_t history_oldest = history_index; in cli_get_command() local985 if (((history_oldest + 1) % history_size) != in cli_get_command()1026 if (history_index != history_oldest) { in cli_get_command()1041 if (history_index == history_oldest) in cli_get_command()
Completed in 4 milliseconds