Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mail/
H A Dnames.c415 np->n_type |= GDEL; in outof()
520 np->n_type |= GDEL; in gexpand()
583 if ((n->n_type & GDEL) == 0) in unpack()
712 if ((np->n_type & GDEL) == 0) in count()
H A Ddef.h164 #define GDEL 0x80 /* Entity removed from list */ macro
H A Dsend.c435 if (np->n_type & GDEL) in fixhead()