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

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

Completed in 517 milliseconds