Searched refs:SCE_MSSQL_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 DLexMSSQL.cxx198 state = SCE_MSSQL_COMMENT;
233 } else if (state == SCE_MSSQL_COMMENT) {
235 if (((i > (styler.GetStartSegment() + 2)) || ((initStyle == SCE_MSSQL_COMMENT) &&
238 //~ state = SCE_MSSQL_COMMENT;
294 bool inComment = (styler.StyleAt(startPos-1) == SCE_MSSQL_COMMENT);
303 if (!inComment && (style == SCE_MSSQL_COMMENT))
305 else if (inComment && (style != SCE_MSSQL_COMMENT))
307 inComment = (style == SCE_MSSQL_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.h742 #define SCE_MSSQL_COMMENT 1 macro

Completed in 260 milliseconds