Home
last modified time | relevance | path

Searched refs:kwLast (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DLexHaskell.cxx72 int kwLast = kwOther; in ColorizeHaskellDoc() local
81 kwLast = kwOther; in ColorizeHaskellDoc()
118 } else if (kwLast == kwData) { in ColorizeHaskellDoc()
120 } else if (kwLast == kwClass) { in ColorizeHaskellDoc()
131 kwLast = kwClass; in ColorizeHaskellDoc()
133 kwLast = kwData; in ColorizeHaskellDoc()
135 kwLast = kwInstance; in ColorizeHaskellDoc()
137 kwLast = kwImport; in ColorizeHaskellDoc()
139 kwLast = kwModule; in ColorizeHaskellDoc()
141 kwLast = kwOther; in ColorizeHaskellDoc()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/
H A DLexPython.cxx234 kwLast = kwOther; in ColourisePyDoc()
254 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in ColourisePyDoc()
287 kwLast = kwClass; in ColourisePyDoc()
289 kwLast = kwDef; in ColourisePyDoc()
293 kwLast = kwCDef; in ColourisePyDoc()
295 kwLast = kwCPDef; in ColourisePyDoc()
298 else if (kwLast != kwCDef && kwLast != kwCPDef) in ColourisePyDoc()
300 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in ColourisePyDoc()
301 kwLast = kwOther; in ColourisePyDoc()
357 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in ColourisePyDoc()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexPython.cxx410 kwLast = kwOther; in Lex()
430 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
468 kwLast = kwClass; in Lex()
470 kwLast = kwDef; in Lex()
474 kwLast = kwCDef; in Lex()
476 kwLast = kwCPDef; in Lex()
479 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
481 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
482 kwLast = kwOther; in Lex()
538 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexPython.cxx589 kwLast = kwOther; in Lex()
609 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
647 kwLast = kwClass; in Lex()
649 kwLast = kwDef; in Lex()
653 kwLast = kwCDef; in Lex()
655 kwLast = kwCPDef; in Lex()
658 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
660 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
661 kwLast = kwOther; in Lex()
759 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexPython.cxx561 kwLast = kwOther; in Lex()
581 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
619 kwLast = kwClass; in Lex()
621 kwLast = kwDef; in Lex()
625 kwLast = kwCDef; in Lex()
627 kwLast = kwCPDef; in Lex()
630 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
632 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
633 kwLast = kwOther; in Lex()
731 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/editors/textadept/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/editors/scite/scintilla/lexers/
H A DLexPython.cxx586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPython.cpp586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPython.cpp586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPython.cpp586 kwLast = kwOther; in Lex()
606 } else if (kwLast == kwCDef || kwLast == kwCPDef) { in Lex()
644 kwLast = kwClass; in Lex()
646 kwLast = kwDef; in Lex()
650 kwLast = kwCDef; in Lex()
652 kwLast = kwCPDef; in Lex()
655 else if (kwLast != kwCDef && kwLast != kwCPDef) in Lex()
657 } else if (kwLast != kwCDef && kwLast != kwCPDef) { in Lex()
658 kwLast = kwOther; in Lex()
756 if ((kwLast == kwCDef || kwLast == kwCPDef) && sc.atLineEnd) { in Lex()
[all …]

12