• Home
  • Raw
  • Download

Lines Matching refs:add_user_command

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()
82add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hd… in add_general_commands()
83add_user_command (&general_commands,"setoffset","Moves asynchronously in the filesystem",set_offse… in add_general_commands()
84add_user_command (&general_commands,"settype","Tells EXT2ED how to interpret 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()
89add_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()
91add_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()
101add_user_command (&ext2_commands,"super","Moves to the superblock of the filesystem",type_ext2___s… in add_ext2_general_commands()
102 add_user_command (&ext2_commands,"group","Moves to the first group descriptor",type_ext2___group); in add_ext2_general_commands()
103 add_user_command (&ext2_commands,"cd","Moves to the directory specified",type_ext2___cd); in add_ext2_general_commands()
275 add_user_command (&ptr->type_commands,"show","Shows file data",type_file___show); in fill_type_commands()
276add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current file",type_file… in fill_type_commands()
277add_user_command (&ptr->type_commands,"display","Specifies data format - text or hex",type_file___… in fill_type_commands()
278 add_user_command (&ptr->type_commands,"next","Pass to next byte",type_file___next); in fill_type_commands()
279 add_user_command (&ptr->type_commands,"prev","Pass to the previous byte",type_file___prev); in fill_type_commands()
280add_user_command (&ptr->type_commands,"offset","Pass to a specified byte in the current block",typ… in fill_type_commands()
281add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock); in fill_type_commands()
282add_user_command (&ptr->type_commands,"prevblock","Pass to the previous file block",type_file___pr… in fill_type_commands()
283add_user_command (&ptr->type_commands,"block","Specify which file block to edit",type_file___block… in fill_type_commands()
284add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later refer… in fill_type_commands()
285 add_user_command (&ptr->type_commands,"set","Sets the current byte",type_file___set); in fill_type_commands()
286add_user_command (&ptr->type_commands,"writedata","Writes the current block to the disk",type_file… in fill_type_commands()
290 add_user_command (&ptr->type_commands,"show","Shows inode data",type_ext2_inode___show); in fill_type_commands()
291add_user_command (&ptr->type_commands,"next","Move to next inode in current block group",type_ext2… in fill_type_commands()
292add_user_command (&ptr->type_commands,"prev","Move to next inode in current block group",type_ext2… in fill_type_commands()
293add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode … in fill_type_commands()
294add_user_command (&ptr->type_commands,"entry","Move to a specified entry in the current inode tabl… in fill_type_commands()
295add_user_command (&ptr->type_commands,"file","Display file data of the current inode",type_ext2_in… in fill_type_commands()
296add_user_command (&ptr->type_commands,"dir","Display directory data of the current inode",type_ext… in fill_type_commands()
300 add_user_command (&ptr->type_commands,"show","Shows current directory data",type_dir___show); in fill_type_commands()
301add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current directory",type… in fill_type_commands()
302 add_user_command (&ptr->type_commands,"next","Pass to the next directory entry",type_dir___next); in fill_type_commands()
303add_user_command (&ptr->type_commands,"prev","Pass to the previous directory entry",type_dir___pre… in fill_type_commands()
304add_user_command (&ptr->type_commands,"followinode","Follows the inode specified in this directory… in fill_type_commands()
305add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entr… in fill_type_commands()
306add_user_command (&ptr->type_commands,"cd","Changes directory relative to the current directory",t… in fill_type_commands()
307add_user_command (&ptr->type_commands,"entry","Moves to a specified entry in the current directory… in fill_type_commands()
308add_user_command (&ptr->type_commands,"writedata","Writes the current entry to the disk",type_dir_… in fill_type_commands()
309add_user_command (&ptr->type_commands,"set","Changes a variable in the current directory entry",ty… in fill_type_commands()
313add_user_command (&ptr->type_commands,"show","Displays the super block data",type_ext2_super_block… in fill_type_commands()
314add_user_command (&ptr->type_commands,"gocopy","Move to another backup copy of the superblock",typ… in fill_type_commands()
315add_user_command (&ptr->type_commands,"setactivecopy","Copies the current superblock to the main s… in fill_type_commands()
319add_user_command (&ptr->type_commands,"next","Pass to the next block group descriptor",type_ext2_g… in fill_type_commands()
320add_user_command (&ptr->type_commands,"prev","Pass to the previous group descriptor",type_ext2_gro… in fill_type_commands()
321add_user_command (&ptr->type_commands,"entry","Pass to a specific group descriptor",type_ext2_grou… in fill_type_commands()
322add_user_command (&ptr->type_commands,"show","Shows the current group descriptor",type_ext2_group_… in fill_type_commands()
323add_user_command (&ptr->type_commands,"inode","Pass to the inode table of the current group block"… in fill_type_commands()
324add_user_command (&ptr->type_commands,"gocopy","Move to another backup copy of the group descripto… in fill_type_commands()
325add_user_command (&ptr->type_commands,"blockbitmap","Show the block allocation bitmap of the curre… in fill_type_commands()
326add_user_command (&ptr->type_commands,"inodebitmap","Show the inode allocation bitmap of the curre… in fill_type_commands()
327add_user_command (&ptr->type_commands,"setactivecopy","Copies the current group descriptor to the … in fill_type_commands()
331add_user_command (&ptr->type_commands,"show","Displays the block allocation bitmap",type_ext2_bloc… in fill_type_commands()
332add_user_command (&ptr->type_commands,"entry","Moves to a specific bit",type_ext2_block_bitmap___e… in fill_type_commands()
333add_user_command (&ptr->type_commands,"next","Moves to the next bit",type_ext2_block_bitmap___next… in fill_type_commands()
334add_user_command (&ptr->type_commands,"prev","Moves to the previous bit",type_ext2_block_bitmap___… in fill_type_commands()
335add_user_command (&ptr->type_commands,"allocate","Allocates the current block",type_ext2_block_bit… in fill_type_commands()
336add_user_command (&ptr->type_commands,"deallocate","Deallocates the current block",type_ext2_block… in fill_type_commands()
340add_user_command (&ptr->type_commands,"show","Displays the inode allocation bitmap",type_ext2_inod… in fill_type_commands()
341add_user_command (&ptr->type_commands,"entry","Moves to a specific bit",type_ext2_inode_bitmap___e… in fill_type_commands()
342add_user_command (&ptr->type_commands,"next","Moves to the next bit",type_ext2_inode_bitmap___next… in fill_type_commands()
343add_user_command (&ptr->type_commands,"prev","Moves to the previous bit",type_ext2_inode_bitmap___… in fill_type_commands()
344add_user_command (&ptr->type_commands,"allocate","Allocates the current inode",type_ext2_inode_bit… in fill_type_commands()
345add_user_command (&ptr->type_commands,"deallocate","Deallocates the current inode",type_ext2_inode… in fill_type_commands()
350 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback) in add_user_command() function