Searched refs:SCE_TCL_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 DLexTCL.cxx42 #define isComment(s) (s==SCE_TCL_COMMENT || s==SCE_TCL_COMMENTLINE || s==SCE_TCL_COMMENT_BOX || s==SCE_TCL_BLOCK_COMMENT)
182 if (foldComment && sc.state!=SCE_TCL_COMMENT && isComment(sc.state)) {
268 sc.SetState(SCE_TCL_COMMENT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSciLexer.h132 #define SCE_TCL_COMMENT 1 macro

Completed in 28 milliseconds