Searched refs:MAXMAILERS (Results 1 – 8 of 8) sorted by relevance
34 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */35 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */36 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */37 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */38 long stat_nr[MAXMAILERS]; /* # rejects by each mailer */39 long stat_nd[MAXMAILERS]; /* # discards by each mailer */40 long stat_nq[MAXMAILERS]; /* # quarantines by each mailer */
32 #ifndef MAXMAILERS33 # define MAXMAILERS 25 /* maximum mailers known to system */ macro
66 char mtable[MAXMAILERS][MNAMELEN + 1];190 if (mno >= MAXMAILERS)194 MAXMAILERS);212 for (; mno < MAXMAILERS; mno++)292 for (i = 0; i < MAXMAILERS; i++)
175 for (i = 0; i < MAXMAILERS; i++)
496 if (m->m_mno < 0 || m->m_mno > MAXMAILERS)
1524 if (nextmailer >= MAXMAILERS)1526 syserr("too many mailers defined (%d max)", MAXMAILERS);
2064 for (i = 0; i < MAXMAILERS; i++)4182 for (i = 0; i < MAXMAILERS; i++)
491 EXTERN MAILER *Mailer[MAXMAILERS + 1];