Lines Matching defs:gh
204 register struct grouphead *gh;208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link)209 if (equal(gh->g_name, name))210 return(gh);220 register struct grouphead *gh;223 if ((gh = findgroup(name)) == NOGRP) {227 printf("%s\t", gh->g_name);228 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link)