HomeSort by: relevance | last modified time | path
    Searched defs:skipesc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
fparseln.c 185 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)
  /src/external/bsd/blocklist/port/
fparseln.c 174 int skipesc; local
181 skipesc = 0;
183 skipesc += (flags & FPARSELN_UNESCCOMM);
185 skipesc += (flags & FPARSELN_UNESCCONT);
187 skipesc += (flags & FPARSELN_UNESCESC);
189 skipesc = (flags & FPARSELN_UNESCREST);
191 if (skipesc)

Completed in 16 milliseconds