Searched refs:lastcommand (Results 1 – 3 of 3) sorted by relevance
262 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop() local279 strlcpy(lastcommand, console_buffer, in cli_simple_loop()300 rc = run_command_repeatable(lastcommand, flag); in cli_simple_loop()304 lastcommand[0] = 0; in cli_simple_loop()
196 static char lastcommand[CONFIG_SYS_CBSIZE] = { 0 }; /* previous command */ in bedbug_main_loop() local217 strcpy (lastcommand, console_buffer); in bedbug_main_loop()224 rc = run_command_repeatable(lastcommand, flag); in bedbug_main_loop()228 lastcommand[0] = 0; in bedbug_main_loop()