OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_user_command
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/ext2ed/
init.c
79
add_user_command
(&general_commands,"help","EXT2ED help system",help);
80
add_user_command
(&general_commands,"set","Changes a variable in the current object",set);
81
add_user_command
(&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device);
82
add_user_command
(&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset);
83
add_user_command
(&general_commands,"settype","Tells EXT2ED how to interpert the current object",set_type);
84
add_user_command
(&general_commands,"show","Displays the current object",show);
85
add_user_command
(&general_commands,"pgup","Scrolls data one page up",pgup);
86
add_user_command
(&general_commands,"pgdn","Scrolls data one page down",pgdn);
87
add_user_command
(&general_commands,"redraw","Redisplay the screen",redraw);
88
add_user_command
(&general_commands,"remember","Saves the current position and data information",remember)
349
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 3834 milliseconds