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