Searched refs:lastcommand (Results 1 – 1 of 1) sorted by relevance
270 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop() local287 strlcpy(lastcommand, console_buffer, in cli_simple_loop()308 rc = run_command_repeatable(lastcommand, flag); in cli_simple_loop()312 lastcommand[0] = 0; in cli_simple_loop()
Completed in 7 milliseconds