Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dcmd3.c460 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
464 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
483 gh->g_link = groups[h]; in group()
Dvars.c143 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
Ddef.h211 struct grouphead *g_link; /* Next grouphead in list */ member