OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_descriptor
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/ext2ed/
ext2ed.h
91
struct
struct_descriptor
{ /* Describes an object */
struct
100
struct
struct_descriptor
*prev,*next;
175
struct
struct_descriptor
*type [REMEMBER_COUNT];
211
extern struct
struct_descriptor
*first_type;
212
extern struct
struct_descriptor
*last_type;
213
extern struct
struct_descriptor
*current_type;
236
extern struct
struct_descriptor
*add_new_descriptor (char *name);
237
extern void add_new_variable (struct
struct_descriptor
*descriptor,char *v_type,char *v_name);
238
extern void fill_type_commands (struct
struct_descriptor
*ptr);
init.c
111
struct
struct_descriptor
*current_descriptor;
160
struct
struct_descriptor
*ptr,*next;
185
struct
struct_descriptor
*add_new_descriptor (char *name)
188
struct
struct_descriptor
*ptr;
190
ptr = malloc (sizeof (struct
struct_descriptor
));
195
memset(ptr, 0, sizeof(struct
struct_descriptor
));
229
void add_new_variable (struct
struct_descriptor
*ptr,char *v_type,char *v_name)
263
void fill_type_commands (struct
struct_descriptor
*ptr)
main.c
78
struct
struct_descriptor
*first_type,*last_type,*current_type; /* Used to access the double linked list */
345
* current object definition (of type
struct_descriptor
). In it, the
dir_com.c
550
struct
struct_descriptor
*descriptor_ptr;
file_com.c
402
struct
struct_descriptor
*descriptor_ptr;
general_com.c
494
struct
struct_descriptor
*descriptor_ptr;
Completed in 4616 milliseconds