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

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.h32 syntax_highlight_type* _types,
43 syntax_highlight_type& _lastType,
45 syntax_highlight_type _MapTokenToSyntaxType(
H A DCLanguageFamilySyntaxHighlightInfo.cpp112 syntax_highlight_type type;
114 SyntaxPair(int32 column, syntax_highlight_type type)
145 bool AddPair(int32 column, syntax_highlight_type type)
194 int32* _columns, syntax_highlight_type* _types, int32 maxCount)
230 syntax_highlight_type type = SYNTAX_HIGHLIGHT_NONE;
254 syntax_highlight_type& _lastType, LineInfo*& _info)
287 syntax_highlight_type current = _MapTokenToSyntaxType(token);
314 syntax_highlight_type
/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.cpp1175 syntax_highlight_type types[kMaxHighlightsPerLine];
1215 syntax_highlight_type currentHighlight = SYNTAX_HIGHLIGHT_NONE;

Completed in 61 milliseconds