Searched refs:InQuotationMode (Results 1 – 1 of 1) sorted by relevance
351 BOOLEAN InQuotationMode; in FileInterfaceStdInRead() local496 InQuotationMode = FALSE; in FileInterfaceStdInRead()499 InQuotationMode = (BOOLEAN)(!InQuotationMode); in FileInterfaceStdInRead()501 if (CurrentString[Index] == L' ' && !InQuotationMode) { in FileInterfaceStdInRead()