Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmd3.c450 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
454 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
473 gh->g_link = groups[h]; in group()
H A Dvars.c136 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
H A Ddef.h211 struct grouphead *g_link; /* Next grouphead in list */ member