Searched refs:T3_INT_EXPRESSION (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.cxx54 static const int T3_INT_EXPRESSION = 2; variable
112 } else if (lineState&T3_INT_EXPRESSION) {
178 } else if (lineState&T3_INT_EXPRESSION) {
267 } else if (lineState&T3_INT_EXPRESSION) {
349 endState = lineState&T3_INT_EXPRESSION ?
370 lineState |= T3_INT_EXPRESSION;
484 ColouriseToEndOfLine(sc, sc.state, lineState&T3_INT_EXPRESSION ?
506 ColouriseTADS3Comment(sc, lineState&T3_INT_EXPRESSION ?
531 lineState &= ~(T3_SINGLE_QUOTE|T3_INT_EXPRESSION);

Completed in 102 milliseconds