Home
last modified time | relevance | path

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

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