Searched refs:SCE_T3_BLOCK_COMMENT (Results 1 - 2 of 2) 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.cxx390 sc.SetState(SCE_T3_BLOCK_COMMENT);
505 case SCE_T3_BLOCK_COMMENT:
639 || style == SCE_T3_BLOCK_COMMENT
702 if (style == SCE_T3_BLOCK_COMMENT) {
752 if (levelNext != SC_FOLDLEVELBASE && style != SCE_T3_BLOCK_COMMENT) {
761 } else if (style == SCE_T3_BLOCK_COMMENT) {
762 if (stylePrev != SCE_T3_BLOCK_COMMENT) {
764 } else if (styleNext != SCE_T3_BLOCK_COMMENT && !atEOL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSciLexer.h913 #define SCE_T3_BLOCK_COMMENT 3 macro

Completed in 24 milliseconds