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

  /external/e2fsprogs/ext2ed/
init.c 80 add_user_command (&general_commands,"help","EXT2ED help system",help);
81 add_user_command (&general_commands,"set","Changes a variable in the current object",set);
82 add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device);
83 add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset);
84 add_user_command (&general_commands,"settype","Tells EXT2ED how to interpert the current object",set_type);
85 add_user_command (&general_commands,"show","Displays the current object",show);
86 add_user_command (&general_commands,"pgup","Scrolls data one page up",pgup);
87 add_user_command (&general_commands,"pgdn","Scrolls data one page down",pgdn);
88 add_user_command (&general_commands,"redraw","Redisplay the screen",redraw);
89 add_user_command (&general_commands,"remember","Saves the current position and data information",remember)
350 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback) function
    [all...]
ext2ed.h 235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);

Completed in 101 milliseconds