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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsolib.c444 struct so_list **i_link = &inferior; local
453 i_link = &i->next;
454 i = *i_link;
462 *i_link = i->next;
/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h224 struct ignore *i_link; /* Next ignored field in bucket */ member in struct:ignoretab::ignore
H A Dcmd2.c463 igp->i_link = tab->i_head[h];
487 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link)
H A Dutil.c593 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link)

Completed in 58 milliseconds