Home | History | Annotate | Download | only in mail

Lines Matching defs:gh

155 	struct grouphead *gh;
157 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
158 if (*gh->g_name == *name && equal(gh->g_name, name))
159 return gh;
169 struct grouphead *gh;
172 if ((gh = findgroup(name)) == NULL) {
176 (void)printf("%s\t", gh->g_name);
177 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link)