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 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 228 milliseconds