Searched refs:lastcommand (Results 1 – 2 of 2) sorted by relevance
271 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop() local288 strlcpy(lastcommand, console_buffer, in cli_simple_loop()309 rc = run_command_repeatable(lastcommand, flag); in cli_simple_loop()313 lastcommand[0] = 0; in cli_simple_loop()
201 static char lastcommand[CONFIG_SYS_CBSIZE] = { 0 }; /* previous command */ in bedbug_main_loop() local222 strcpy (lastcommand, console_buffer); in bedbug_main_loop()229 rc = run_command_repeatable(lastcommand, flag); in bedbug_main_loop()233 lastcommand[0] = 0; in bedbug_main_loop()
Completed in 4 milliseconds