Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dnames.c329 np->n_type |= GDEL; in outof()
432 np->n_type |= GDEL; in gexpand()
576 if ((np->n_type & GDEL) == 0) in count()
H A Ddef.h165 #define GDEL 32 /* Entity removed from list */ macro