Searched refs:cli_history (Results 1 – 1 of 1) sorted by relevance
36 static char *cli_history[CLI_CONFIG_HISTORY_LENGTH] = { 0 }; variable678 cli_history[i] = &cli_history_buffer[i * CLI_CONFIG_COMMAND_BUF_SIZE]; in cli_main()693 cli_history, in cli_main()716 cli_history[last_history_index], in cli_main()719 cli_history[history_index], in cli_main()
Completed in 3 milliseconds