Home
last modified time | relevance | path

Searched refs:g_list (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c52 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()
/freebsd/usr.bin/mail/
H A Dcmd3.c472 gh->g_list = NULL; in group()
487 gp->ge_link = gh->g_list; in group()
488 gh->g_list = gp; in group()
H A Dvars.c156 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
H A Ddef.h213 struct group *g_list; /* Users in group. */ member
H A Dnames.c495 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()