Home
last modified time | relevance | path

Searched refs:lastcommand (Results 1 – 2 of 2) sorted by relevance

/u-boot/common/
A Dcli_simple.c271 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop() local
288 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()
/u-boot/cmd/
A Dbedbug.c201 static char lastcommand[CONFIG_SYS_CBSIZE] = { 0 }; /* previous command */ in bedbug_main_loop() local
222 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