Searched refs:SCE_POV_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 DLexPOV.cxx67 if (initStyle == SCE_POV_COMMENT) {
84 if (sc.state == SCE_POV_COMMENT) {
142 } else if (sc.state == SCE_POV_COMMENT) {
197 sc.SetState(SCE_POV_COMMENT);
246 if (foldComment && (style == SCE_POV_COMMENT)) {
247 if (stylePrev != SCE_POV_COMMENT) {
249 } else if ((styleNext != SCE_POV_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.h588 #define SCE_POV_COMMENT 1 macro

Completed in 19 milliseconds