Home
last modified time | relevance | path

Searched refs:quotenext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c198 bool quotenext; /* quote the following character */ local
212 quotenext = false;
227 if (quotenext)
229 quotenext = false;
281 quotenext = true;
H A Dutil.c1035 quotenext = false; \
1041 !quotenext && c == METAQUOTE) \
1043 quotenext = true; \
1046 quotenext = false; \
1071 bool dead, quotenext, strip8bit; local