Searched refs:g_link (Results 1 – 3 of 3) sorted by relevance
617 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()
208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup()
277 struct grouphead *g_link; /* Next grouphead in list */ member