HomeSort by relevance Sort by last modified time
    Searched refs:last_command_line (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/ext2ed/
main.c 68 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 */
ext2ed.h 203 extern char last_command_line [80];
init.c 71 strcpy (last_command_line,"help"); /* Show the help screen to the user */

Completed in 49 milliseconds