HomeSort by relevance Sort by last modified time
    Searched full:struct_commands (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 80 struct struct_commands { /* Holds commands of an object */ struct
95 struct struct_commands type_commands;
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);
main.c 77 struct struct_commands general_commands,ext2_commands; /* Used to define the general and ext2 commands */
346 * struct_commands entry contains the type specific commands links.
init.c 172 void free_user_commands (struct struct_commands *ptr)
349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback)
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml 525 struct struct_commands type_commands;
531 struct struct_commands {
    [all...]

Completed in 197 milliseconds