Home
last modified time | relevance | path

Searched refs:InQuotationMode (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c351 BOOLEAN InQuotationMode; in FileInterfaceStdInRead() local
496 InQuotationMode = FALSE; in FileInterfaceStdInRead()
499 InQuotationMode = (BOOLEAN)(!InQuotationMode); in FileInterfaceStdInRead()
501 if (CurrentString[Index] == L' ' && !InQuotationMode) { in FileInterfaceStdInRead()