Searched refs:startLine (Results 1 - 3 of 3) 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 DLexOthers.cxx51 unsigned int startLine,
81 styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
108 styler.ColourTo(startLine + offset, SCE_BAT_HIDE);
125 styler.ColourTo(startLine + offset + 1, SCE_BAT_IDENTIFIER);
136 styler.ColourTo(startLine + offset, SCE_BAT_IDENTIFIER);
151 if (offset > startLine) {
153 styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
180 styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
182 styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
184 styler.ColourTo(startLine
48 ColouriseBatchLine( char *lineBuffer, unsigned int lengthLine, unsigned int startLine, unsigned int endPos, WordList *keywordlists[], Accessor &styler) argument
464 unsigned int startLine = startPos; local
580 ColourisePropsLine( char *lineBuffer, unsigned int lengthLine, unsigned int startLine, unsigned int endPos, Accessor &styler) argument
622 unsigned int startLine = startPos; local
712 ColouriseMakeLine( char *lineBuffer, unsigned int lengthLine, unsigned int startLine, unsigned int endPos, Accessor &styler) argument
779 unsigned int startLine = startPos; local
[all...]
H A DLexYAML.cxx57 unsigned int startLine,
101 styler.ColourTo(startLine + i, SCE_YAML_IDENTIFIER);
122 styler.ColourTo(startLine + i - 1, SCE_YAML_DEFAULT);
164 unsigned int startLine = startPos; local
174 ColouriseYAMLLine(lineBuffer, lineCurrent, linePos, startLine, i, *keywordLists[0], styler);
176 startLine = i + 1;
181 ColouriseYAMLLine(lineBuffer, lineCurrent, linePos, startLine, startPos + length - 1, *keywordLists[0], styler);
53 ColouriseYAMLLine( char *lineBuffer, unsigned int currentLine, unsigned int lengthLine, unsigned int startLine, unsigned int endPos, WordList &keywords, Accessor &styler) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c52 static short *screenLength, startLine, endLine; variable
136 startLine = endLine = 0;
197 n = startLine;
222 if ((startLine += 1) == screenHeight) startLine = 0;
226 startLine = endLine;

Completed in 61 milliseconds