Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmacro.c191 bool quotenext; /* quote the following character */ local
205 quotenext = false;
220 if (quotenext)
222 quotenext = false;
274 quotenext = true;
H A Dutil.c1181 quotenext = false; \
1187 !quotenext && c == METAQUOTE) \
1189 quotenext = true; \
1192 quotenext = false; \
1217 bool dead, quotenext, strip8bit; local