Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c81 } grouphead; member
155 if (pvt->fp == NULL || pvt->grouphead.gr == NULL || in ng_rewind()
156 strcmp(group, pvt->grouphead.grname)) { in ng_rewind()
164 if (!(pvt->grouphead.grname = strdup(group))) in ng_rewind()
170 pvt->nextgrp = pvt->grouphead.gr; in ng_rewind()
246 if (pvt->grouphead.grname) { in freelists()
247 free(pvt->grouphead.grname); in freelists()
248 pvt->grouphead.grname = NULL; in freelists()
250 gp = pvt->grouphead.gr; in freelists()
262 pvt->grouphead.gr = NULL; in freelists()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c199 struct grouphead *
202 register struct grouphead *gh; in findgroup()
218 register struct grouphead *gh; in printgroup()
H A Dnames.c55 static struct name *gexpand(struct name *nlist, struct grouphead *gh,
413 struct grouphead *gh; in usermap()
444 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand()
448 struct grouphead *ngh; in gexpand()
H A Dinit.c77 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Dcmd3.c607 struct grouphead *gh; in group()
634 if ((gh = (struct grouphead *) in group()
669 struct grouphead *gh, **ghp; in ungroup()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h277 struct grouphead { struct
278 struct grouphead *g_link; /* Next grouphead in list */ argument
286 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ argument
470 extern struct grouphead *findgroup(char name[]);
H A Dglob.h70 extern struct grouphead *groups[]; /* Pointer to active groups */