Searched refs:shellInfo (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/apps/terminal/
H A DTermWindow.cpp344 ShellInfo shellInfo; local
347 if (termView->GetShellInfo(shellInfo)
349 && (info.ID() != shellInfo.ProcessID()
350 || !shellInfo.IsDefaultShell())) {
356 ShellInfo shellInfo; local
359 if (termView->GetShellInfo(shellInfo)
361 && (info.ID() != shellInfo.ProcessID()
362 || !shellInfo.IsDefaultShell())) {
1886 ShellInfo shellInfo;
1889 if (!termView->GetShellInfo(shellInfo)
[all...]
H A DTitlePlaceholderMapper.cpp17 TitlePlaceholderMapper::TitlePlaceholderMapper(const ShellInfo& shellInfo, argument
20 fShellInfo(shellInfo),
79 const ShellInfo& shellInfo, const ActiveProcessInfo& processInfo,
82 TitlePlaceholderMapper(shellInfo, processInfo),
120 TabTitlePlaceholderMapper::TabTitlePlaceholderMapper(const ShellInfo& shellInfo, argument
123 TitlePlaceholderMapper(shellInfo, processInfo),
78 WindowTitlePlaceholderMapper( const ShellInfo& shellInfo, const ActiveProcessInfo& processInfo, int32 windowIndex, const BString& tabTitle) argument
H A DTitlePlaceholderMapper.h19 const ShellInfo& shellInfo,
35 const ShellInfo& shellInfo,
52 const ShellInfo& shellInfo,

Completed in 53 milliseconds