Searched refs:gh (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dvars.c139 struct grouphead *gh; local
141 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
142 if (*gh->g_name == *name && equal(gh->g_name, name))
143 return (gh);
153 struct grouphead *gh; local
156 if ((gh
[all...]
H A Dcmd3.c440 struct grouphead *gh; local
447 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
451 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
452 *p++ = gh
[all...]
H A Dnames.c457 struct grouphead *gh; local
470 gh = findgroup(np->n_name);
472 if (gh != NULL)
473 new = gexpand(new, gh, metoo, np->n_type);
488 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
501 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
505 if (strcmp(cp, gh->g_name) == 0)
517 if (gp == gh->g_list && gp->ge_link == NULL)
/freebsd-9.3-release/sys/net/
H A Dif_gre.c249 struct greip *gh; local
332 gh = NULL;
477 gh = mtod(m, struct greip *);
479 uint32_t *options = gh->gi_options;
481 memset((void *)gh, 0, sizeof(struct greip) + extra);
482 gh->gi_ptype = htons(etype);
483 gh->gi_flags = 0;
488 gh->gi_flags |= htons(GRE_KP);
493 gh->gi_pr = sc->g_proto;
495 gh
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-juniper.c467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src14245 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
14246 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,

Completed in 215 milliseconds