Home
last modified time | relevance | path

Searched refs:HasEightBits (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/src/
H A Dcollect.c317 HasEightBits = false;
411 HasEightBits |= bitset(0x80, c);
877 if (HasEightBits)
H A Dutil.c1357 else if (!HasEightBits)
1363 HasEightBits = true;
H A Dheaders.c1033 if (HasEightBits)
H A Dsendmail.h2214 EXTERN bool HasEightBits; /* has at least one eight bit input byte */ variable