MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SetFoldInPreprocessorLevelFlag

Function SetFoldInPreprocessorLevelFlag

scintilla/lexers/LexPascal.cxx:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369static void SetFoldInPreprocessorLevelFlag(int &lineFoldStateCurrent, unsigned int nestLevel) {
370 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask;
371 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask;
372}
373
374static void ClassifyPascalPreprocessorFoldPoint(int &levelCurrent, int &lineFoldStateCurrent,
375 unsigned int startPos, Accessor &styler) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected