Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dstab.c187 if (type >= ST_MCI)
385 if (s->s_symtype >= ST_MCI) in rmexpstab()
434 #define MAXSTTYPES (ST_MCI + 1)
Dmci.c346 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
523 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
Dsendmail.h1585 #define ST_MCI 17 /* mailer connection info (offset) */ macro