Home
last modified time | relevance | path

Searched refs:ge_link (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/mail/
H A Ddef.h206 struct group *ge_link; /* Next person in this group */ member
H A Dvars.c163 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
H A Dnames.c413 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) { in gexpand()
429 if (gp == gh->g_list && gp->ge_link == NULL) in gexpand()
H A Dcmd3.c497 gp->ge_link = gh->g_list; in group()