OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_commands
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/ext2ed/
ext2ed.h
84
struct
struct_commands
{ /* Holds commands of an object */
struct
99
struct
struct_commands
type_commands;
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);
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)
Completed in 37 milliseconds