Home
last modified time | relevance | path

Searched refs:struct_commands (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
Dext2ed.h80 struct struct_commands { /* Holds commands of an object */ struct
95 struct struct_commands type_commands; argument
205 extern struct struct_commands general_commands;
206 extern struct struct_commands ext2_commands;
235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
236 extern void free_user_commands (struct struct_commands *ptr);
Dinit.c173 void free_user_commands (struct struct_commands *ptr) in free_user_commands()
350 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback) in add_user_command()
Dmain.c78 struct struct_commands general_commands,ext2_commands; /* Used to define the general and ext2 comm…