OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026