Searched refs:skipLine (Results 1 - 1 of 1) 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 DLexPython.cxx407 int skipLine = lineNext; local
410 while (--skipLine > lineCurrent) {
411 int skipLineIndent = styler.IndentAmount(skipLine, &spaceFlags, NULL);
418 styler.SetLevel(skipLine, skipLevel | whiteFlag);

Completed in 57 milliseconds