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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp80 static bool inVerbatim = false; variable
269 if (!inVerbatim && chunk->value[i] == 10 && ((len > i+1 && chunk->value[i+1] == 10) ||
277 else if (!inVerbatim && ch == _T('`') && (len >= i+1 && chunk->value[i+1] == '`'))
283 else if (!inVerbatim && ch == _T('`')) // Change ` to '
344 inVerbatim = true;
355 inVerbatim = false;
1243 #if (1) // if(inVerbatim)
2034 inVerbatim = true;
2036 inVerbatim = false;
3031 inVerbatim
[all...]
H A Drtfutils.cpp65 static bool inVerbatim = false; variable
603 if (inVerbatim)
651 else if (!inVerbatim && ch == '`' && (len >= i+1 && chunk->value[i+1] == '`'))
657 else if (!inVerbatim && ch == '`') // Change ` to '
663 else if (inVerbatim && ch == '\\') // Change backslash to two backslashes
670 else if (inVerbatim && (ch == '{' || ch == '}')) // Escape the curly bracket
715 inVerbatim = true;
726 inVerbatim = false;
1975 #if 1 // if(inVerbatim)
3471 inVerbatim
[all...]

Completed in 189 milliseconds