Symbol: grouphead
usr.bin/mail/cmd3.c
811
struct grouphead *gh;
usr.bin/mail/cmd3.c
868
struct grouphead *gh, *p;
usr.bin/mail/cmd4.c
158
struct grouphead *gh;
usr.bin/mail/complete.c
588
struct grouphead *gh;
usr.bin/mail/complete.c
632
struct grouphead *gh;
usr.bin/mail/def.h
380
struct grouphead *g_link; /* Next grouphead in list */
usr.bin/mail/extern.h
223
struct name * gexpand(struct name *, struct grouphead *, int, int);
usr.bin/mail/extern.h
320
struct grouphead * findgroup(const char []);
usr.bin/mail/glob.h
71
EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
usr.bin/mail/names.c
425
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
428
struct grouphead *ngh;
usr.bin/mail/names.c
476
struct grouphead *gh;
usr.bin/mail/vars.c
152
PUBLIC struct grouphead *
usr.bin/mail/vars.c
155
struct grouphead *gh;
usr.bin/mail/vars.c
169
struct grouphead *gh;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
109
if (grouphead.gr == (struct netgrp *)0 ||
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
110
strcmp(group, grouphead.grname)) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
115
grouphead.grname = strdup(group);
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
117
nextgrp = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
154
if (grouphead.grname) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
155
free(grouphead.grname);
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
156
grouphead.grname = (char *)0;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
158
gp = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
170
grouphead.gr = (struct netgrp *)0;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
218
grp->ng_next = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
219
grouphead.gr = grp;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
84
} grouphead = {