Home
last modified time | relevance | path

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

/dragonfly/usr.bin/mail/
H A Dcmd2.c450 igp->i_link = tab->i_head[h]; in ignore1()
451 tab->i_head[h] = igp; in ignore1()
474 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link) in igshow()
H A Ddef.h227 } *i_head[HSHSIZE]; member
H A Dutil.c585 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link) in member()