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

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

Completed in 63 milliseconds