Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/apps/shell/
Dshell.c28 char real_history_commands[MEM_HISTORY][INPUT_BUFFER_SIZE]; variable
69 strcpy(real_history_commands[count_history - 1], input_buffer); in main_loop()
73 strcpy(history_commands[i], real_history_commands[i]); in main_loop()