Searched refs:fNewLineOfText (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h84 BOOL fNewLineOfText; member in struct:_EXTRACT_INFO
H A Dintrface.cpp628 g_pExtractInfo->fNewLineOfText = TRUE;
719 if (MSG_LNEWLN(flag) && !g_pExtractInfo->fNewLineOfText) {
721 g_pExtractInfo->fNewLineOfText = TRUE;
727 if (g_pExtractInfo->fNewLineOfText) {
746 g_pExtractInfo->fNewLineOfText = ((*psz == '\r') || (*psz == '\n'));
755 if (MSG_TNEWLN(flag) || MSG_MNEWLN(flag) && !g_pExtractInfo->fNewLineOfText) {
757 g_pExtractInfo->fNewLineOfText = TRUE;
822 if (!g_pExtractInfo->fNewLineOfText) {

Completed in 141 milliseconds