Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmacro.c198 bool quotenext; /* quote the following character */ local
212 quotenext = false;
227 if (quotenext)
229 quotenext = false;
281 quotenext = true;
Dutil.c1036 quotenext = false; \
1042 !quotenext && c == METAQUOTE) \
1044 quotenext = true; \
1047 quotenext = false; \
1072 bool dead, quotenext, strip8bit; local