OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipesc
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c
194
int
skipesc
;
local
201
skipesc
= 0;
203
skipesc
+= (flags & FPARSELN_UNESCCOMM);
205
skipesc
+= (flags & FPARSELN_UNESCCONT);
207
skipesc
+= (flags & FPARSELN_UNESCESC);
209
skipesc
= (flags & FPARSELN_UNESCREST);
211
if (
skipesc
)
Completed in 3043 milliseconds