Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dcmd3.c641 gh->g_list = NOGE; in group()
658 gp->ge_link = gh->g_list; in group()
659 gh->g_list = gp; in group()
694 for (gp = gh->g_list; gp != NOGE; gp = gpnext) { in ungroup()
H A Dvars.c228 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
H A Dnames.c458 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) { in gexpand()
475 if (gp == gh->g_list && gp->ge_link == NOGE) in gexpand()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h279 struct mgroup *g_list; /* Users in group. */ member