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

  /src/usr.bin/mail/
vars.c 157 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
cmd3.c 820 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
824 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
842 gh->g_link = groups[h];
873 for (gh = groups[h], p = NULL; gh != NULL; p = gh, gh = gh->g_link)
876 groups[h] = gh->g_link;
878 p->g_link = gh->g_link;
complete.c 602 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
609 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
652 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
677 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
def.h 370 struct grouphead *g_link; /* Next grouphead in list */ member in struct:grouphead

Completed in 41 milliseconds