Searched refs:ShellParameters (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/terminal/
H A DShellParameters.cpp7 #include "ShellParameters.h"
12 ShellParameters::ShellParameters(int argc, const char* const* argv, function in class:ShellParameters
24 ShellParameters::SetArguments(int argc, const char* const* argv)
32 ShellParameters::SetCurrentDirectory(const BString& currentDirectory)
39 ShellParameters::SetEncoding(int encoding)
H A DShellParameters.h12 class ShellParameters { class
14 ShellParameters(int argc,
H A DShell.h21 class ShellParameters;
33 const ShellParameters& parameters);
66 const ShellParameters& parameters);
H A DTermView.h43 class ShellParameters;
58 const ShellParameters& shellParameters,
61 const ShellParameters& shellParameters,
198 const ShellParameters& shellParameters);
H A DShell.cpp47 #include "ShellParameters.h"
150 Shell::Open(int row, int col, const ShellParameters& parameters)
394 Shell::_Spawn(int row, int col, const ShellParameters& parameters)
H A DTermView.cpp61 #include "ShellParameters.h"
163 TermView::TermView(BRect frame, const ShellParameters& shellParameters,
188 const ShellParameters& shellParameters, int32 historySize)
257 status_t status = _InitObject(ShellParameters(argc, argv));
274 TermView::_InitObject(const ShellParameters& shellParameters)
362 ShellParameters modifiedShellParameters(shellParameters);
H A DTermWindow.cpp67 #include "ShellParameters.h"
1337 ShellParameters shellParameters(argc, argv, currentDirectory);

Completed in 59 milliseconds