Searched refs:ConfigLevel (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 1465 if (ConfigLevel > MAXCONFIGLEVEL) 1468 ConfigLevel, Version, MAXCONFIGLEVEL); 1737 if (ConfigLevel < MAXCONFIGLEVEL) 1740 Version, MAXCONFIGLEVEL, ConfigLevel); 1743 if (ConfigLevel < 3) 1749 if (ConfigLevel < 7 && 1757 if (ConfigLevel < 7 && 1816 if (ConfigLevel < 6) 1834 if (ConfigLevel < 7) 4518 ConfigLevel >= 9 ? TokTypeNoC : ExtTokenTab, false);
|
H A D | readcf.c | 215 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 303 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 644 ConfigLevel = strtol(p, &ep, 10); 650 if (ConfigLevel >= 5) 661 if (ConfigLevel >= 6) 786 if (*p == '#' && p > bp && ConfigLevel >= 3) 1538 if (ConfigLevel < 2)
|
H A D | domain.c | 270 if (HasWildcardMX && ConfigLevel >= 6)
|
H A D | recipient.c | 954 ConfigLevel, RewriteRules[5]); 957 if (ConfigLevel >= 2 && RewriteRules[5] != NULL &&
|
H A D | envelope.c | 1000 if (ConfigLevel < 2)
|
H A D | conf.c | 732 if (ConfigLevel >= 2) in inithostmaps() 3161 ConfigLevel <= 1) 3178 ConfigLevel <= 1)
|
H A D | deliver.c | 1859 if (ConfigLevel < 2) 3432 if (ConfigLevel < 2) 5774 if (ConfigLevel < 2) 5902 if (ConfigLevel < 2)
|
H A D | parseaddr.c | 694 if (ConfigLevel < 7) 2168 if (ConfigLevel >= 10 ||
|
H A D | sendmail.h | 2258 EXTERN int ConfigLevel; /* config file level */ variable
|