Searched defs:skipesc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailwrapper/
H A Dfparseln.c148 int skipesc; local
155 skipesc = 0;
157 skipesc += (flags & FPARSELN_UNESCCOMM);
159 skipesc += (flags & FPARSELN_UNESCCONT);
161 skipesc += (flags & FPARSELN_UNESCESC);
163 skipesc = (flags & FPARSELN_UNESCREST);
165 if (skipesc)

Completed in 56 milliseconds