Home
last modified time | relevance | path

Searched refs:GDEL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dtranslate.c56 if (! (n->n_type & GDEL)) in translate()
61 if (! (n->n_type & GDEL)) { in translate()
80 if (n->n_type & GDEL) in translate()
88 n->n_type |= GDEL; in translate()
H A Dnames.c161 (p->n_type & GDEL)) in detract()
171 (p->n_type & GDEL)) in detract()
188 np->n_type |= GDEL; in outpre()
363 np->n_type |= GDEL; in outof()
479 np->n_type |= GDEL; in gexpand()
646 if (n->n_type & GDEL) { in unpack()
669 if ((np->n_type & GDEL) == 0 && in mechk()
841 if ((p->n_type & GDEL) == 0) { in mapf()
H A Dsend.c460 if ((np->n_type & GDEL) == 0) in mail1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h228 #define GDEL 128 /* Entity removed from list */ macro