• Home
  • Raw
  • Download

Lines Matching refs:general_commands

43 	free_user_commands (&general_commands);  in prepare_to_close()
58 general_commands.last_command=-1; /* No commands whatsoever meanwhile */ in init()
80 add_user_command (&general_commands,"help","EXT2ED help system",help); in add_general_commands()
81 add_user_command (&general_commands,"set","Changes a variable in the current object",set); in add_general_commands()
82 …add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hd… in add_general_commands()
83 …add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset… in add_general_commands()
84 …add_user_command (&general_commands,"settype","Tells EXT2ED how to interpert the current object",s… in add_general_commands()
85 add_user_command (&general_commands,"show","Displays the current object",show); in add_general_commands()
86 add_user_command (&general_commands,"pgup","Scrolls data one page up",pgup); in add_general_commands()
87 add_user_command (&general_commands,"pgdn","Scrolls data one page down",pgdn); in add_general_commands()
88 add_user_command (&general_commands,"redraw","Redisplay the screen",redraw); in add_general_commands()
89 …add_user_command (&general_commands,"remember","Saves the current position and data information",r… in add_general_commands()
90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall); in add_general_commands()
91 …add_user_command (&general_commands,"enablewrite","Enters Read/Write mode - Allows changing the fi… in add_general_commands()
92 add_user_command (&general_commands,"disablewrite","Enters read only mode",disable_write); in add_general_commands()
93 add_user_command (&general_commands,"writedata","Write data back to disk",write_data); in add_general_commands()
94 add_user_command (&general_commands,"next","Moves to the next byte in hex mode",next); in add_general_commands()
95 add_user_command (&general_commands,"prev","Moves to the previous byte in hex mode",prev); in add_general_commands()