Home
last modified time | relevance | path

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

/netbsd/usr.bin/mail/
H A Dsupport.c678 for (igp = table->i_head[hash(realfield)]; igp != 0; igp = igp->i_link) in member()
720 igp->i_link = tab->i_head[h]; in add_ignore()
721 tab->i_head[h] = igp; in add_ignore()
H A Ddef.h389 } *i_head[HSHSIZE]; member
H A Dcmd2.c496 for (igp = tab->i_head[h]; igp != 0; igp = igp->i_link) in igshow()