OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 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
Indexes created Tue Sep 30 07:10:03 GMT 2025