Home
last modified time | relevance | path

Searched refs:add_user_command (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
Dinit.c80 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()
[all …]
Dext2ed.h235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);