Searched refs:g_list (Results 1 – 5 of 5) sorted by relevance
52 TAILQ_ENTRY(glyph) g_list;277 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list); in add_glyph()279 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list); in add_glyph()642 TAILQ_FOREACH(gl, &glyphs[i], g_list) in number_glyphs()689 TAILQ_FOREACH(gl, &glyphs[i], g_list) in write_glyphs()
472 gh->g_list = NULL; in group()487 gp->ge_link = gh->g_list; in group()488 gh->g_list = gp; in group()
156 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
213 struct group *g_list; /* Users in group. */ member
495 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) { in gexpand()511 if (gp == gh->g_list && gp->ge_link == NULL) in gexpand()