Home
last modified time | relevance | path

Searched refs:SCE_X12_FUNCTIONGROUP (Results 1 – 20 of 20) sorted by relevance

/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexX12.cxx302 return { SCE_X12_FUNCTIONGROUP, pos, 1, +1 }; in DetectSegmentHeader()
304 return { SCE_X12_FUNCTIONGROUP, pos, 1, -1 }; in DetectSegmentHeader()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexX12.cxx306 return { SCE_X12_FUNCTIONGROUP, pos, 1, +1 }; in DetectSegmentHeader()
308 return { SCE_X12_FUNCTIONGROUP, pos, 1, -1 }; in DetectSegmentHeader()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexX12.cxx306 return { SCE_X12_FUNCTIONGROUP, pos, 1, +1 }; in DetectSegmentHeader()
308 return { SCE_X12_FUNCTIONGROUP, pos, 1, -1 }; in DetectSegmentHeader()
/dports/editors/textadept/scintilla/lexers/
H A DLexX12.cxx306 return { SCE_X12_FUNCTIONGROUP, pos, 1, +1 }; in DetectSegmentHeader()
308 return { SCE_X12_FUNCTIONGROUP, pos, 1, -1 }; in DetectSegmentHeader()
/dports/editors/scite/scintilla/lexers/
H A DLexX12.cxx306 return { SCE_X12_FUNCTIONGROUP, pos, 1, +1 }; in DetectSegmentHeader()
308 return { SCE_X12_FUNCTIONGROUP, pos, 1, -1 }; in DetectSegmentHeader()
/dports/devel/codequery/codequery-0.24.0/scintilla/include/
H A DSciLexer.h1895 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5183 val SCE_X12_FUNCTIONGROUP=3
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/include/
H A DSciLexer.h1895 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5180 val SCE_X12_FUNCTIONGROUP=3
/dports/x11-toolkits/scintilla/scintilla/include/
H A DSciLexer.h1896 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5245 val SCE_X12_FUNCTIONGROUP=3
/dports/devel/geany-legacy/geany-1.37.1/scintilla/include/
H A DSciLexer.h1897 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5250 val SCE_X12_FUNCTIONGROUP=3
/dports/devel/geany/geany-1.38/scintilla/include/
H A DSciLexer.h1920 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5275 val SCE_X12_FUNCTIONGROUP=3
/dports/editors/textadept/scintilla/include/
H A DSciLexer.h1896 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5245 val SCE_X12_FUNCTIONGROUP=3
/dports/editors/scite/scintilla/include/
H A DSciLexer.h1896 #define SCE_X12_FUNCTIONGROUP 3 macro
H A DScintilla.iface5245 val SCE_X12_FUNCTIONGROUP=3
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditPy/
H A DScintillaConstants.py2530 SCE_X12_FUNCTIONGROUP=3 variable