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

/freebsd-11-stable/contrib/blacklist/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)
/freebsd-11-stable/lib/libutil/
H A Dfparseln.c167 int skipesc; local
174 skipesc = 0;
176 skipesc += (flags & FPARSELN_UNESCCOMM);
178 skipesc += (flags & FPARSELN_UNESCCONT);
180 skipesc += (flags & FPARSELN_UNESCESC);
182 skipesc = (flags & FPARSELN_UNESCREST);
184 if (skipesc)

Completed in 141 milliseconds