Searched refs:quoted (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsm/
H A Dutil.c230 bool quoted; local
232 quoted = false;
236 if ((*ip & 0377) == METAQUOTE && !quoted)
238 quoted = true;
246 quoted = false;
/sendmail/praliases/
H A Dpraliases.c178 bool quoted = false; local
183 ** Don't break into a quoted
188 quoted = !quoted;
189 else if (*p == ',' && !quoted)
/sendmail/sendmail/
H A Dutil.c56 ** pointer to quoted string.
71 /* Find length of quoted string */
130 ** are only found inside comments, quoted strings, or backslash
144 bool quoted = false; local
161 quoted = !quoted;
162 else if (!quoted)
182 return !quoted && commentlev == 0;
210 bool quoted = false; local
236 if (!quoted)
316 bool quoted = false; local
[all...]
H A Dalias.c321 bool quoted = false; local
326 ** Don't break into a quoted string.
332 quoted = !quoted;
333 else if (*p == ',' && !quoted)
H A Drecipient.c465 bool quoted; /* set if the addr has a quote bit */ local
474 quoted = false;
646 for (p = buf; *p != '\0' && !quoted; p++)
649 quoted = true;
912 if (!quoted && QS_IS_OK(new->q_state) &&
1039 else if (!quoted)
H A Dparseaddr.c312 ** no "non-printable" characters unless they are quoted or escaped.
333 bool quoted = false; local
353 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
360 quoted = !quoted;
379 if (quoted)
447 ** This routine knows about quoted strings and angle brackets.
479 #define QST 2 /* in quoted string */
/sendmail/vacation/
H A Dvacation.c521 bool quoted = false; local
538 quoted = !quoted;
541 else if (*p == ' ' && !quoted)
545 if (quoted)

Completed in 27 milliseconds