Home
last modified time | relevance | path

Searched defs:SM_MM_QUOTE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dsendmail.h21 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200)) macro
/freebsd/contrib/sendmail/libsm/
H A Dutil.c144 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200)) macro