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

/macosx-10.10.1/Libc-1044.1.2/util/
H A Dfparseln.c168 int skipesc; local
175 skipesc = 0;
177 skipesc += (flags & FPARSELN_UNESCCOMM);
179 skipesc += (flags & FPARSELN_UNESCCONT);
181 skipesc += (flags & FPARSELN_UNESCESC);
183 skipesc = (flags & FPARSELN_UNESCREST);
185 if (skipesc)

Completed in 67 milliseconds