Searched refs:i_new (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c3622 struct next_instantiation *i_new, *i_list = 0;
4259 i_new = (struct next_instantiation *) alloca (sizeof (struct next_instantiation));
4260 memset (i_new, 0, sizeof (struct next_instantiation));
4261 i_new->next = i_list;
4262 i_list = i_new;
3607 struct next_instantiation *i_new, *i_list = 0; local

Completed in 50 milliseconds