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 in function:fparseln
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)
fparseln.c 185 int skipesc; local in function:fparseln
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)

Completed in 21 milliseconds