Home
last modified time | relevance | path

Searched refs:grouphead (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c85 } grouphead; member
159 if (pvt->fp == NULL || pvt->grouphead.gr == NULL || in ng_rewind()
160 strcmp(group, pvt->grouphead.grname)) { in ng_rewind()
168 if (!(pvt->grouphead.grname = strdup(group))) in ng_rewind()
174 pvt->nextgrp = pvt->grouphead.gr; in ng_rewind()
250 if (pvt->grouphead.grname) { in freelists()
251 free(pvt->grouphead.grname); in freelists()
252 pvt->grouphead.grname = NULL; in freelists()
254 gp = pvt->grouphead.gr; in freelists()
266 pvt->grouphead.gr = NULL; in freelists()
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dvars.c201 struct grouphead *
204 register struct grouphead *gh; in findgroup()
220 register struct grouphead *gh; in printgroup()
H A Dnames.c54 static struct name *gexpand(struct name *nlist, struct grouphead *gh,
412 struct grouphead *gh; in usermap()
443 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand()
447 struct grouphead *ngh; in gexpand()
H A Dinit.c79 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Dcmd3.c609 register struct grouphead *gh; in group()
636 if ((gh = (struct grouphead *) in group()
671 register struct grouphead *gh, **ghp; in ungroup()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h276 struct grouphead { struct
277 struct grouphead *g_link; /* Next grouphead in list */ argument
285 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ argument
469 extern struct grouphead *findgroup(char name[]);
H A Dglob.h70 extern struct grouphead *groups[]; /* Pointer to active groups */