Searched refs:i_new (Results 1 – 1 of 1) sorted by relevance
3607 struct next_instantiation *i_new, *i_list = 0; in hpread_read_struct_type() local4244 i_new = (struct next_instantiation *) alloca (sizeof (struct next_instantiation)); in hpread_read_struct_type()4245 memset (i_new, 0, sizeof (struct next_instantiation)); in hpread_read_struct_type()4246 i_new->next = i_list; in hpread_read_struct_type()4247 i_list = i_new; in hpread_read_struct_type()