Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp53 fStderrEnabled(NULL), in ConsoleOutputView()
97 else if (fd == 2 && fStderrEnabled->Value() != B_CONTROL_ON) in ConsoleOutputReceived()
144 fStderrEnabled->SetValue(B_CONTROL_ON); in AttachedToWindow()
154 fStderrEnabled->SetValue(settings.GetBool("showStderr", true) in LoadSettings()
166 value = fStderrEnabled->Value() == B_CONTROL_ON; in SaveSettings()
197 .Add(fStderrEnabled = new BCheckBox("Stderr")) in _Init()
237 else if (info->fd == 2 && fStderrEnabled->Value() != B_CONTROL_ON) in _HandleConsoleOutput()
H A DConsoleOutputView.h46 BCheckBox* fStderrEnabled; variable