Searched refs:ge_link (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/cmd/mailx/ |
| H A D | vars.c | 228 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
|
| H A D | names.c | 454 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) { in gexpand() 471 if (gp == gh->g_list && gp->ge_link == NOGE) in gexpand()
|
| H A D | cmd3.c | 658 gp->ge_link = gh->g_list; in group() 695 gpnext = gp->ge_link; in ungroup()
|
| /onnv-gate/usr/src/cmd/mailx/hdr/ |
| H A D | def.h | 267 struct mgroup *ge_link; /* Next person in this group */ member
|
| /onnv-gate/usr/src/cmd/svc/startd/ |
| H A D | startd.h | 342 uu_list_node_t ge_link; member
|
| H A D | graph.c | 333 sizeof (graph_edge_t), offsetof(graph_edge_t, ge_link), NULL, in graph_init() 451 uu_list_node_init(e, &e->ge_link, graph_edge_pool); in graph_add_edge() 455 uu_list_node_init(re, &re->ge_link, graph_edge_pool); in graph_add_edge() 2825 uu_list_node_init(new, &new->ge_link, graph_edge_pool); in append_svcs_or_insts()
|