Searched refs:SYNTAX_HIGHLIGHT_NONE (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/source_language/
H A DSyntaxHighlighter.h20 SYNTAX_HIGHLIGHT_NONE = 0, enumerator in enum:syntax_highlight_type
42 // Default is (0, SYNTAX_HIGHLIGHT_NONE)
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp230 syntax_highlight_type type = SYNTAX_HIGHLIGHT_NONE;
308 ? SYNTAX_HIGHLIGHT_COMMENT : SYNTAX_HIGHLIGHT_NONE;
376 return SYNTAX_HIGHLIGHT_NONE;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp75 {0, 0, 0, 255}, // SYNTAX_HIGHLIGHT_NONE
1215 syntax_highlight_type currentHighlight = SYNTAX_HIGHLIGHT_NONE;

Completed in 54 milliseconds