Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dcmd3.c820 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
824 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
842 gh->g_link = groups[h]; in group()
873 for (gh = groups[h], p = NULL; gh != NULL; p = gh, gh = gh->g_link) in delgroup()
876 groups[h] = gh->g_link; in delgroup()
878 p->g_link = gh->g_link; in delgroup()
H A Dvars.c157 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
H A Dcomplete.c602 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()
609 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()
652 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()
677 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()
H A Ddef.h370 struct grouphead *g_link; /* Next grouphead in list */ member