Lines Matching refs:add_user_command
79 add_user_command (&general_commands,"help","EXT2ED help system",help); in add_general_commands()
80 add_user_command (&general_commands,"set","Changes a variable in the current object",set); in add_general_commands()
81 …add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hd… in add_general_commands()
82 …add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset… in add_general_commands()
83 …add_user_command (&general_commands,"settype","Tells EXT2ED how to interpert the current object",s… in add_general_commands()
84 add_user_command (&general_commands,"show","Displays the current object",show); in add_general_commands()
85 add_user_command (&general_commands,"pgup","Scrolls data one page up",pgup); in add_general_commands()
86 add_user_command (&general_commands,"pgdn","Scrolls data one page down",pgdn); in add_general_commands()
87 add_user_command (&general_commands,"redraw","Redisplay the screen",redraw); in add_general_commands()
88 …add_user_command (&general_commands,"remember","Saves the current position and data information",r… in add_general_commands()
89 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall); in add_general_commands()
90 …add_user_command (&general_commands,"enablewrite","Enters Read/Write mode - Allows changing the fi… in add_general_commands()
91 add_user_command (&general_commands,"disablewrite","Enters read only mode",disable_write); in add_general_commands()
92 add_user_command (&general_commands,"writedata","Write data back to disk",write_data); in add_general_commands()
93 add_user_command (&general_commands,"next","Moves to the next byte in hex mode",next); in add_general_commands()
94 add_user_command (&general_commands,"prev","Moves to the previous byte in hex mode",prev); in add_general_commands()
100 …add_user_command (&ext2_commands,"super","Moves to the superblock of the filesystem",type_ext2___s… in add_ext2_general_commands()
101 add_user_command (&ext2_commands,"group","Moves to the first group descriptor",type_ext2___group); in add_ext2_general_commands()
102 add_user_command (&ext2_commands,"cd","Moves to the directory specified",type_ext2___cd); in add_ext2_general_commands()
274 add_user_command (&ptr->type_commands,"show","Shows file data",type_file___show); in fill_type_commands()
275 …add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current file",type_file… in fill_type_commands()
276 …add_user_command (&ptr->type_commands,"display","Specifies data format - text or hex",type_file___… in fill_type_commands()
277 add_user_command (&ptr->type_commands,"next","Pass to next byte",type_file___next); in fill_type_commands()
278 add_user_command (&ptr->type_commands,"prev","Pass to the previous byte",type_file___prev); in fill_type_commands()
279 …add_user_command (&ptr->type_commands,"offset","Pass to a specified byte in the current block",typ… in fill_type_commands()
280 …add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock); in fill_type_commands()
281 …add_user_command (&ptr->type_commands,"prevblock","Pass to the previous file block",type_file___pr… in fill_type_commands()
282 …add_user_command (&ptr->type_commands,"block","Specify which file block to edit",type_file___block… in fill_type_commands()
283 …add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later refer… in fill_type_commands()
284 add_user_command (&ptr->type_commands,"set","Sets the current byte",type_file___set); in fill_type_commands()
285 …add_user_command (&ptr->type_commands,"writedata","Writes the current block to the disk",type_file… in fill_type_commands()
289 add_user_command (&ptr->type_commands,"show","Shows inode data",type_ext2_inode___show); in fill_type_commands()
290 …add_user_command (&ptr->type_commands,"next","Move to next inode in current block group",type_ext2… in fill_type_commands()
291 …add_user_command (&ptr->type_commands,"prev","Move to next inode in current block group",type_ext2… in fill_type_commands()
292 …add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode … in fill_type_commands()
293 …add_user_command (&ptr->type_commands,"entry","Move to a specified entry in the current inode tabl… in fill_type_commands()
294 …add_user_command (&ptr->type_commands,"file","Display file data of the current inode",type_ext2_in… in fill_type_commands()
295 …add_user_command (&ptr->type_commands,"dir","Display directory data of the current inode",type_ext… in fill_type_commands()
299 add_user_command (&ptr->type_commands,"show","Shows current directory data",type_dir___show); in fill_type_commands()
300 …add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current directory",type… in fill_type_commands()
301 add_user_command (&ptr->type_commands,"next","Pass to the next directory entry",type_dir___next); in fill_type_commands()
302 …add_user_command (&ptr->type_commands,"prev","Pass to the previous directory entry",type_dir___pre… in fill_type_commands()
303 …add_user_command (&ptr->type_commands,"followinode","Follows the inode specified in this directory… in fill_type_commands()
304 …add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entr… in fill_type_commands()
305 …add_user_command (&ptr->type_commands,"cd","Changes directory relative to the current directory",t… in fill_type_commands()
306 …add_user_command (&ptr->type_commands,"entry","Moves to a specified entry in the current directory… in fill_type_commands()
307 …add_user_command (&ptr->type_commands,"writedata","Writes the current entry to the disk",type_dir_… in fill_type_commands()
308 …add_user_command (&ptr->type_commands,"set","Changes a variable in the current directory entry",ty… in fill_type_commands()
312 …add_user_command (&ptr->type_commands,"show","Displays the super block data",type_ext2_super_block… in fill_type_commands()
313 …add_user_command (&ptr->type_commands,"gocopy","Move to another backup copy of the superblock",typ… in fill_type_commands()
314 …add_user_command (&ptr->type_commands,"setactivecopy","Copies the current superblock to the main s… in fill_type_commands()
318 …add_user_command (&ptr->type_commands,"next","Pass to the next block group decriptor",type_ext2_gr… in fill_type_commands()
319 …add_user_command (&ptr->type_commands,"prev","Pass to the previous group descriptor",type_ext2_gro… in fill_type_commands()
320 …add_user_command (&ptr->type_commands,"entry","Pass to a specific group descriptor",type_ext2_grou… in fill_type_commands()
321 …add_user_command (&ptr->type_commands,"show","Shows the current group descriptor",type_ext2_group_… in fill_type_commands()
322 …add_user_command (&ptr->type_commands,"inode","Pass to the inode table of the current group block"… in fill_type_commands()
323 …add_user_command (&ptr->type_commands,"gocopy","Move to another backup copy of the group descripto… in fill_type_commands()
324 …add_user_command (&ptr->type_commands,"blockbitmap","Show the block allocation bitmap of the curre… in fill_type_commands()
325 …add_user_command (&ptr->type_commands,"inodebitmap","Show the inode allocation bitmap of the curre… in fill_type_commands()
326 …add_user_command (&ptr->type_commands,"setactivecopy","Copies the current group descriptor to the … in fill_type_commands()
330 …add_user_command (&ptr->type_commands,"show","Displays the block allocation bitmap",type_ext2_bloc… in fill_type_commands()
331 …add_user_command (&ptr->type_commands,"entry","Moves to a specific bit",type_ext2_block_bitmap___e… in fill_type_commands()
332 …add_user_command (&ptr->type_commands,"next","Moves to the next bit",type_ext2_block_bitmap___next… in fill_type_commands()
333 …add_user_command (&ptr->type_commands,"prev","Moves to the previous bit",type_ext2_block_bitmap___… in fill_type_commands()
334 …add_user_command (&ptr->type_commands,"allocate","Allocates the current block",type_ext2_block_bit… in fill_type_commands()
335 …add_user_command (&ptr->type_commands,"deallocate","Deallocates the current block",type_ext2_block… in fill_type_commands()
339 …add_user_command (&ptr->type_commands,"show","Displays the inode allocation bitmap",type_ext2_inod… in fill_type_commands()
340 …add_user_command (&ptr->type_commands,"entry","Moves to a specific bit",type_ext2_inode_bitmap___e… in fill_type_commands()
341 …add_user_command (&ptr->type_commands,"next","Moves to the next bit",type_ext2_inode_bitmap___next… in fill_type_commands()
342 …add_user_command (&ptr->type_commands,"prev","Moves to the previous bit",type_ext2_inode_bitmap___… in fill_type_commands()
343 …add_user_command (&ptr->type_commands,"allocate","Allocates the current inode",type_ext2_inode_bit… in fill_type_commands()
344 …add_user_command (&ptr->type_commands,"deallocate","Deallocates the current inode",type_ext2_inode… in fill_type_commands()
349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback) in add_user_command() function