Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dext2ed.h84 struct struct_commands { /* Holds commands of an object */ struct
99 struct struct_commands type_commands; argument
209 extern struct struct_commands general_commands;
210 extern struct struct_commands ext2_commands;
239 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
240 extern void free_user_commands (struct struct_commands *ptr);
Dinit.c172 void free_user_commands (struct struct_commands *ptr) in free_user_commands()
349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback) in add_user_command()
Dmain.c77 struct struct_commands general_commands,ext2_commands; /* Used to define the general and ext2 comm…