Home
last modified time | relevance | path

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

/dports/mail/mailx/mail-2.2.8/
H A Dnames.c337 np->n_type |= GDEL;
447 np->n_type |= GDEL;
517 if ((n->n_type & GDEL) == 0)
650 if ((np->n_type & GDEL) == 0)
H A Ddef.h169 #define GDEL 0x80 /* Entity removed from list */ macro
H A Dsend.c424 if (np->n_type & GDEL)
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dnames.c149 if(!(p->n_type & GDEL) && in a_nm_namelist_mark_name()
584 if(n2 == NULL || (n2->n_type & GDEL)) in cat()
606 if(!(np->n_type & GDEL)){ in n_namelist_dup()
625 if(!(np->n_type & GDEL)) in count()
637 if(!(np->n_type & GDEL) && in count_nonlocal()
859 switch (np->n_type & (GDEL | GMASK)) { in n_namelist_vaporise_head()
890 ASSERT(!(np->n_type & GDEL)); /* TODO legacy */ in usermap()
933 if(!(names->n_type & GDEL)){ in elide()
1320 if(np->n_type & GDEL) in mx_alternates_remove()
H A Dsendout.c958 if(np->n_type & GDEL) in a_sendout_file_a_pipe()
993 if(!(np->n_flags & mx_NAME_ADDRSPEC_ISFILEORPIPE) || (np->n_type & GDEL)) in a_sendout_file_a_pipe()
998 np->n_type |= GDEL; in a_sendout_file_a_pipe()
1161 np->n_type |= GDEL; in a_sendout_file_a_pipe()
1686 if (!(to->n_type & GDEL)) in a_sendout_mta_file_args()
1886 if(np->n_type & GDEL) in a_sendout_put_addrline()
2658 switch(np->n_type & (GDEL | GMASK)){ in n_puthead()
H A Dnet-smtp.c376 if(!(np->n_type & GDEL)){ /* TODO should not happen!?! */ in a_netsmtp_talk()
H A Dmta-aliases.c547 if(!(np->n_type & GDEL) && (np->n_flags & mx_NAME_ADDRSPEC_ISNAME)) in mx_mta_aliases_expand()
H A Ddig-msg.c299 if(!(xnp->n_type & GDEL)) in a_dmsg__header()
700 do if(!(np->n_type & GDEL)){ in a_dmsg__header()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dnames.c391 np->n_type |= GDEL; in outof()
518 np->n_type |= GDEL; in gexpand()
582 if ((n->n_type & GDEL) == 0) in unpack()
711 if ((np->n_type & GDEL) == 0) in count()
H A Ddef.h391 GDEL = 32, /* Entity removed from list */ enumerator
H A Dsmtp.c356 if ((n->n_type & GDEL) == 0) { in talk_smtp()
/dports/chinese/bitchx/bitchx-1.2.1/dll/possum/
H A Ddef.h165 #define GDEL 32 /* Entity removed from list */ macro
/dports/irc/bitchx/bitchx-1.2.1/dll/possum/
H A Ddef.h165 #define GDEL 32 /* Entity removed from list */ macro
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h1393 GDEL = 1u<<5, /* Entity removed from list */ enumerator