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

/netbsd-current/lib/libc/stdio/
H A Dfparseln.c185 int skipesc; local
192 skipesc = 0;
194 skipesc += (flags & FPARSELN_UNESCCOMM);
196 skipesc += (flags & FPARSELN_UNESCCONT);
198 skipesc += (flags & FPARSELN_UNESCESC);
200 skipesc = (flags & FPARSELN_UNESCREST);
202 if (skipesc)
/netbsd-current/external/bsd/blocklist/port/
H A Dfparseln.c172 int skipesc; local
179 skipesc = 0;
181 skipesc += (flags & FPARSELN_UNESCCOMM);
183 skipesc += (flags & FPARSELN_UNESCCONT);
185 skipesc += (flags & FPARSELN_UNESCESC);
187 skipesc = (flags & FPARSELN_UNESCREST);
189 if (skipesc)

Completed in 120 milliseconds