Searched refs:ge_link (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | vars.c | 226 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
|
H A D | names.c | 459 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()
|
H A D | cmd3.c | 656 gp->ge_link = gh->g_list; in group() 693 gpnext = gp->ge_link; in ungroup()
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 273 struct mgroup *ge_link; /* Next person in this group */ member
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | startd.h | 339 uu_list_node_t ge_link; member
|
H A D | graph.c | 340 sizeof (graph_edge_t), offsetof(graph_edge_t, ge_link), NULL, in graph_init() 458 uu_list_node_init(e, &e->ge_link, graph_edge_pool); in graph_add_edge() 462 uu_list_node_init(re, &re->ge_link, graph_edge_pool); in graph_add_edge() 2800 uu_list_node_init(new, &new->ge_link, graph_edge_pool); in append_svcs_or_insts()
|