HomeSort by relevance Sort by last modified time
    Searched refs:struct_descriptor (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 87 struct struct_descriptor { /* Describes an object */ struct
96 struct struct_descriptor *prev,*next;
171 struct struct_descriptor *type [REMEMBER_COUNT];
207 extern struct struct_descriptor *first_type;
208 extern struct struct_descriptor *last_type;
209 extern struct struct_descriptor *current_type;
232 extern struct struct_descriptor *add_new_descriptor (char *name);
233 extern void add_new_variable (struct struct_descriptor *descriptor,char *v_type,char *v_name);
234 extern void fill_type_commands (struct struct_descriptor *ptr);
init.c 112 struct struct_descriptor *current_descriptor;
161 struct struct_descriptor *ptr,*next;
186 struct struct_descriptor *add_new_descriptor (char *name)
189 struct struct_descriptor *ptr;
191 ptr = malloc (sizeof (struct struct_descriptor));
196 memset(ptr, 0, sizeof(struct struct_descriptor));
230 void add_new_variable (struct struct_descriptor *ptr,char *v_type,char *v_name)
264 void fill_type_commands (struct struct_descriptor *ptr)
main.c 79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */
346 * current object definition (of type struct_descriptor). In it, the
dir_com.c 551 struct struct_descriptor *descriptor_ptr;
file_com.c 403 struct struct_descriptor *descriptor_ptr;
general_com.c 495 struct struct_descriptor *descriptor_ptr;

Completed in 79 milliseconds