Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mailx/
H A Dcmd3.c617 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
621 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
642 gh->g_link = groups[h]; in group()
688 for (ghp = &groups[h]; *ghp != NOGRP; ghp = &((*ghp)->g_link)) { in ungroup()
692 *ghp = gh->g_link; in ungroup()
H A Dvars.c208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h277 struct grouphead *g_link; /* Next grouphead in list */ member