Home
last modified time | relevance | path

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

/trueos/usr.bin/mail/
HDcmd2.c463 igp->i_link = tab->i_head[h]; in ignore1()
464 tab->i_head[h] = igp; in ignore1()
487 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link) in igshow()
HDdef.h226 } *i_head[HSHSIZE]; member
HDutil.c593 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link) in member()