Home
last modified time | relevance | path

Searched refs:fCurrentSyntaxInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h99 SyntaxHighlightInfo* fCurrentSyntaxInfo; variable
H A DSourceView.cpp1201 SyntaxHighlightInfo* info = fSourceView->fCurrentSyntaxInfo; in Draw()
2075 fCurrentSyntaxInfo(NULL) in SourceView()
2281 delete fCurrentSyntaxInfo; in SetSourceCode()
2282 fCurrentSyntaxInfo = NULL; in SetSourceCode()
2297 fTeam->GetTeamTypeInformation(), fCurrentSyntaxInfo); in SetSourceCode()