Searched refs:last_command_line (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dmain.c68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */ variable
249 strcpy (command_line,last_command_line);
260 strcpy (last_command_line,command_line);
322 strcpy (command_line,last_command_line);
326 strcpy (last_command_line,command_line); /* Save this command in our tiny cache */
H A Dext2ed.h203 extern char last_command_line [80];
H A Dinit.c71 strcpy (last_command_line,"help"); /* Show the help screen to the user */

Completed in 93 milliseconds