Searched refs:struct_commands (Results 1 – 3 of 3) sorted by relevance
80 struct struct_commands { /* Holds commands of an object */ struct95 struct struct_commands type_commands; argument205 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);
173 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()
78 struct struct_commands general_commands,ext2_commands; /* Used to define the general and ext2 comm…