Searched refs:stylePrev (Results 1 - 8 of 8) 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 DLexMPT.cxx132 int stylePrev = style; local
144 if (stylePrev != SCE_LOT_FAIL)
153 if (lineCurrent == 0 || stylePrev == SCE_LOT_FAIL)
H A DLexCsound.cxx154 int stylePrev = 0; local
162 if ((stylePrev != SCE_CSOUND_OPCODE) && (style == SCE_CSOUND_OPCODE)) {
192 stylePrev = style;
H A DLexEScript.cxx193 int stylePrev = style; local
200 if (!IsStreamCommentStyle(stylePrev)) {
219 if (stylePrev == SCE_ESCRIPT_DEFAULT && style == SCE_ESCRIPT_WORD3)
H A DLexVerilog.cxx182 int stylePrev = style; local
187 if (!IsStreamCommentStyle(stylePrev)) {
235 if (style == SCE_V_WORD && stylePrev != SCE_V_WORD) {
H A DLexBaan.cxx148 int stylePrev = style; local
154 if (style != stylePrev) {
H A DLexPOV.cxx242 int stylePrev = style; local
247 if (stylePrev != SCE_POV_COMMENT) {
H A DLexTADS3.cxx682 int stylePrev = style; local
691 stylePrev = style;
762 if (stylePrev != SCE_T3_BLOCK_COMMENT) {
769 if (IsStringTransition(style, stylePrev)) {
H A DLexRuby.cxx1460 int stylePrev = startPos <= 1 ? SCE_RB_DEFAULT : styler.StyleAt(startPos - 1); local
1469 if (foldComment && stylePrev != SCE_RB_COMMENTLINE) {

Completed in 123 milliseconds