HomeSort by: relevance | last modified time | path
    Searched refs:g_list (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
vars.c 177 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link)
cmd3.c 841 gh->g_list = NULL;
855 gp->ge_link = gh->g_list;
856 gh->g_list = gp;
879 while (gh->g_list != NULL) {
880 g = gh->g_list;
881 gh->g_list = g->ge_link;
def.h 372 struct group *g_list; /* Users in group. */ member in struct:grouphead
names.c 438 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
454 if (gp == gh->g_list && gp->ge_link == NULL)

Completed in 35 milliseconds