Symbol: grouphead
usr.bin/mail/cmd3.c
453
struct grouphead *gh;
usr.bin/mail/def.h
211
struct grouphead *g_link; /* Next grouphead in list */
usr.bin/mail/extern.h
120
struct grouphead *
usr.bin/mail/extern.h
41
struct grouphead;
usr.bin/mail/extern.h
42
struct name *gexpand(struct name *, struct grouphead *, int, int);
usr.bin/mail/glob.h
69
extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
usr.bin/mail/main.c
67
struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
usr.bin/mail/names.c
370
struct grouphead *gh;
usr.bin/mail/names.c
400
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
403
struct grouphead *ngh;
usr.bin/mail/vars.c
138
struct grouphead *
usr.bin/mail/vars.c
141
struct grouphead *gh;
usr.bin/mail/vars.c
155
struct grouphead *gh;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
102
if (grouphead.gr == NULL || strcmp(group, grouphead.grname)) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
107
grouphead.grname = strdup(group);
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
109
nextgrp = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
146
free(grouphead.grname);
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
147
grouphead.grname = NULL;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
148
gp = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
157
grouphead.gr = NULL;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
204
grp->ng_next = grouphead.gr;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
205
grouphead.gr = grp;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
77
} grouphead = {