Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dnames.c409 np->n_type |= GDEL; in outof()
514 np->n_type |= GDEL; in gexpand()
577 if ((n->n_type & GDEL) == 0) in unpack()
706 if ((np->n_type & GDEL) == 0) in count()
H A Ddef.h162 #define GDEL 0x80 /* Entity removed from list */ macro
H A Dsend.c429 if (np->n_type & GDEL) in fixhead()