Searched refs:NOGE (Results 1 – 4 of 4) sorted by relevance
226 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
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()
639 gh->g_list = NOGE; in group()692 for (gp = gh->g_list; gp != NOGE; gp = gpnext) { in ungroup()
287 #define NOGE ((struct mgroup *)0) /* The nil group pointer */ macro