Searched refs:metoo (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | names.c | 452 int metoo; in usermap() local 456 metoo = (value("metoo") != NULL); in usermap() 467 new = gexpand(new, gh, metoo, np->n_type); in usermap() 482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand() argument 502 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand() 513 if (!metoo && strcmp(cp, myname) == 0) in gexpand() 549 int t, extra, metoo, verbose; in unpack() local 562 metoo = value("metoo") != NULL; in unpack() 563 if (metoo) in unpack() 572 if (metoo) in unpack()
|