Home
last modified time | relevance | path

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

/dragonfly/usr.bin/mail/
HDnames.c411 np->n_type |= GDEL; in outof()
516 np->n_type |= GDEL; in gexpand()
579 if ((n->n_type & GDEL) == 0) in unpack()
708 if ((np->n_type & GDEL) == 0) in count()
HDdef.h165 #define GDEL 0x80 /* Entity removed from list */ macro
HDsend.c430 if (np->n_type & GDEL) in fixhead()