Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp112 syntax_highlight_type type;
114 SyntaxPair(int32 column, syntax_highlight_type type) in SyntaxPair()
145 bool AddPair(int32 column, syntax_highlight_type type) in AddPair()
194 int32* _columns, syntax_highlight_type* _types, int32 maxCount) in GetLineHighlightRanges()
230 syntax_highlight_type type = SYNTAX_HIGHLIGHT_NONE; in _ParseLines()
254 syntax_highlight_type& _lastType, LineInfo*& _info) in _ParseLine()
287 syntax_highlight_type current = _MapTokenToSyntaxType(token); in _ParseLine()
314 syntax_highlight_type
H A DCLanguageFamilySyntaxHighlightInfo.h32 syntax_highlight_type* _types,
43 syntax_highlight_type& _lastType,
45 syntax_highlight_type _MapTokenToSyntaxType(
/haiku/headers/private/debugger/source_language/
H A DSyntaxHighlighter.h19 enum syntax_highlight_type { enum
38 syntax_highlight_type* _types,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1200 syntax_highlight_type types[kMaxHighlightsPerLine]; in Draw()
1249 syntax_highlight_type currentHighlight = SYNTAX_HIGHLIGHT_NONE; in Draw()