Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c67 TAILQ_ENTRY(glyph) g_list;
287 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list); in add_glyph()
289 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list); in add_glyph()
563 TAILQ_FOREACH(gl, &glyphs[i], g_list) in number_glyphs()
610 TAILQ_FOREACH(gl, &glyphs[i], g_list) in write_glyphs()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c639 gh->g_list = NOGE; in group()
656 gp->ge_link = gh->g_list; in group()
657 gh->g_list = gp; in group()
692 for (gp = gh->g_list; gp != NOGE; gp = gpnext) { in ungroup()
H A Dvars.c226 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
H A Dnames.c459 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) { in gexpand()
476 if (gp == gh->g_list && gp->ge_link == NOGE) in gexpand()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h280 struct mgroup *g_list; /* Users in group. */ member