Searched refs:Shell (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/terminal/
H A DShell.h22 // TODO: Maybe merge TermParse and Shell classes ?
27 class Shell { class
29 Shell();
30 virtual ~Shell();
H A DShell.cpp16 #include "Shell.h"
133 Shell::Shell() function in class:Shell
143 Shell::~Shell()
150 Shell::Open(int row, int col, const ShellParameters& parameters)
170 Shell::Close()
187 Shell::TTYName() const
194 Shell::Read(void *buffer, size_t numBytes) const
204 Shell
[all...]
H A DTermView.h46 class Shell;
200 status_t _AttachShell(Shell* shell);
272 Shell* fShell;
H A DTermView.cpp60 #include "Shell.h"
355 fShell = new (std::nothrow) Shell();
392 Shell* shell = fShell;
995 TermView::_AttachShell(Shell *shell)
/haiku/headers/os/package/
H A DUser.h36 const BString& Shell() const;
/haiku/src/kits/package/
H A DUser.cpp91 BUser::Shell() const function in class:BPackageKit::BUser
H A DPackageInfoStringBuilder.h193 if (!value->Shell().IsEmpty()) {
195 _WriteMaybeQuoted(value->Shell());
H A DPackageInfo.cpp1415 || (error = archive->AddString(shellField, user->Shell())) != B_OK
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp33 class Shell { class
35 Shell() function in class:Shell
278 Shell shell;
/haiku/src/bin/package/
H A DPackageInfoPrinter.h371 if (!user.Shell().IsEmpty())
372 printf("\t\tshell: %s\n", user.Shell().String());
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp543 B_HPKG_ATTRIBUTE_ID_PACKAGE_USER_SHELL, user->Shell(),
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp783 if (!user.Shell().IsEmpty()) {
785 + FSUtils::ShellEscapeString(user.Shell()).String() + " ";

Completed in 121 milliseconds