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

/freebsd-9.3-release/usr.bin/mail/
H A Dcmd2.c463 igp->i_link = tab->i_head[h];
464 tab->i_head[h] = igp;
487 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link)
H A Ddef.h226 } *i_head[HSHSIZE]; member in struct:ignoretab
H A Dutil.c593 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link)

Completed in 121 milliseconds