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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx674 int expectingPunctuation = levelCurrent & T3_EXPECTINGPUNCTUATION; local
699 if (expectingPunctuation) {
716 expectingPunctuation = 0;
717 } else if (expectingIdentifier && expectingPunctuation) {
722 expectingPunctuation = 0;
727 } else if (expectingIdentifier && !expectingPunctuation) {
731 expectingPunctuation = T3_EXPECTINGPUNCTUATION;
733 } else if (!expectingIdentifier && expectingPunctuation) {
741 expectingPunctuation = 0;
744 } else if (!expectingIdentifier && !expectingPunctuation) {
[all...]

Completed in 89 milliseconds