Searched refs:NOGE (Results 1 – 4 of 4) sorted by relevance
228 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
458 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) { in gexpand()475 if (gp == gh->g_list && gp->ge_link == NOGE) in gexpand()
641 gh->g_list = NOGE; in group()694 for (gp = gh->g_list; gp != NOGE; gp = gpnext) { in ungroup()
286 #define NOGE ((struct mgroup *)0) /* The nil group pointer */ macro