Searched refs:metoo (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mailx/ |
H A D | names.c | 55 int metoo, int arg_ntype); 413 register int metoo; in usermap() local 417 metoo = (value("metoo") != NOSTR); in usermap() 428 newnames = gexpand(newnames, gh, metoo, np->n_type); in usermap() 443 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand() argument 465 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand() 477 if (!metoo && samebody(myname, gp->ge_name, FALSE)) in gexpand() 598 int t, extra, metoo, verbose; in unpack() local 618 metoo = value("metoo") != NOSTR; in unpack() 619 if (metoo) in unpack() [all …]
|