Home
last modified time | relevance | path

Searched refs:startIndentation (Results 1 – 4 of 4) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/scriptsys/
H A Dscriptlex.cpp239 ScriptLex::parseString(QChar startChar, duint startIndentation, TokenBuffer &output) in parseString() argument
299 duint skipCount = startIndentation; in parseString()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/scriptsys/
H A Dscriptlex.h123 Token::Type parseString(QChar startChar, duint startIndentation, TokenBuffer &output);
/dports/lang/kawa/kawa-3.1.1/gnu/q2/lang/
H A DQ2Read.java74 int startIndentation = curIndentation; in readIndentCommand() local
121 int comparedIndent = Q2.compareIndentation(subIndentation, startIndentation); in readIndentCommand()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatebuffer.cpp441 const int startIndentation = startTextLine->indentDepth(tabWidth()); in computeFoldingRangeForStartLine() local
450 if (startIndentation < textLine->indentDepth(tabWidth())) { in computeFoldingRangeForStartLine()