/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/ |
H A D | LexPascal.cxx | 363 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 364 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 368 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 387 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 388 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 394 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 396 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 425 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 430 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
H A D | LexDataflex.cxx | 368 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 369 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 373 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 374 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 386 unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent); in ClassifyDataFlexPreprocessorFoldPoint() 393 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 394 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 400 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 402 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 414 static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, in ClassifyDataFlexWordFoldPoint() argument [all …]
|
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/ |
H A D | LexPascal.cxx | 366 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 367 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 372 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 390 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 391 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 397 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 399 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 428 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 433 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/ |
H A D | LexPascal.cxx | 366 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 367 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 372 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 390 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 391 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 397 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 399 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 428 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 433 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/ |
H A D | LexPascal.cxx | 366 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 367 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 372 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 390 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 391 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 397 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 399 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 428 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 433 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/ |
H A D | LexPascal.cxx | 365 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 366 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 389 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 390 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 396 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 398 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 427 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 432 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/x11-toolkits/scintilla/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
H A D | LexDataflex.cxx | 368 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 369 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 373 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 374 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 386 unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent); in ClassifyDataFlexPreprocessorFoldPoint() 393 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 394 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 400 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 402 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 414 static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, in ClassifyDataFlexWordFoldPoint() argument [all …]
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/ |
H A D | LexPascal.cxx | 365 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 366 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 389 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 390 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 396 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 398 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 427 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 432 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/ |
H A D | LexPascal.cxx | 366 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 367 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 372 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 390 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 391 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 397 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 399 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 428 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 433 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
H A D | LexDataflex.cxx | 374 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 375 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 379 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 380 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 392 unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent); in ClassifyDataFlexPreprocessorFoldPoint() 399 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 400 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 406 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 408 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 420 static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, in ClassifyDataFlexWordFoldPoint() argument [all …]
|
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/geany/geany-1.38/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/editors/textadept/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
H A D | LexDataflex.cxx | 368 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 369 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 373 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 374 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 386 unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent); in ClassifyDataFlexPreprocessorFoldPoint() 393 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 394 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 400 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 402 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 414 static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, in ClassifyDataFlexWordFoldPoint() argument [all …]
|
/dports/editors/scite/scintilla/lexers/ |
H A D | LexPascal.cxx | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
H A D | LexDataflex.cxx | 368 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 369 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 373 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 374 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 386 unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent); in ClassifyDataFlexPreprocessorFoldPoint() 393 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 394 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 400 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyDataFlexPreprocessorFoldPoint() 402 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyDataFlexPreprocessorFoldPoint() 414 static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, in ClassifyDataFlexWordFoldPoint() argument [all …]
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/ |
H A D | LexPascal.cxx | 365 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 366 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 371 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 389 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 390 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 396 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 398 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 427 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 432 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexPascal.cpp | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexPascal.cpp | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexPascal.cpp | 364 static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { in GetFoldInPreprocessorLevelFlag() argument 365 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; in GetFoldInPreprocessorLevelFlag() 369 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 370 lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; in SetFoldInPreprocessorLevelFlag() 388 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 389 lineFoldStateCurrent |= stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 395 SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel); in ClassifyPascalPreprocessorFoldPoint() 397 lineFoldStateCurrent &= ~stateFoldInPreprocessor; in ClassifyPascalPreprocessorFoldPoint() 426 lineFoldStateCurrent |= stateFoldInRecord; in ClassifyPascalWordFoldPoint() 431 (strcmp(s, "case") == 0 && !(lineFoldStateCurrent & stateFoldInRecord))) { in ClassifyPascalWordFoldPoint() [all …]
|