Home
last modified time | relevance | path

Searched refs:NOGE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
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()
H A Dcmd3.c639 gh->g_list = NOGE; in group()
692 for (gp = gh->g_list; gp != NOGE; gp = gpnext) { in ungroup()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h287 #define NOGE ((struct mgroup *)0) /* The nil group pointer */ macro