Searched refs:g_link (Results 1 – 4 of 4) sorted by relevance
820 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()824 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()842 gh->g_link = groups[h]; in group()873 for (gh = groups[h], p = NULL; gh != NULL; p = gh, gh = gh->g_link) in delgroup()876 groups[h] = gh->g_link; in delgroup()878 p->g_link = gh->g_link; in delgroup()
157 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
602 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()609 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()652 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()677 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()
370 struct grouphead *g_link; /* Next grouphead in list */ member