Searched refs:shellInfo (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/terminal/
H A DTitlePlaceholderMapper.cpp13 TitlePlaceholderMapper::TitlePlaceholderMapper(const ShellInfo& shellInfo, argument
16 fShellInfo(shellInfo),
68 const ShellInfo& shellInfo, const ActiveProcessInfo& processInfo,
71 TitlePlaceholderMapper(shellInfo, processInfo),
103 TabTitlePlaceholderMapper::TabTitlePlaceholderMapper(const ShellInfo& shellInfo, argument
106 TitlePlaceholderMapper(shellInfo, processInfo),
67 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,
H A DTermWindow.cpp315 ShellInfo shellInfo; local
318 if (termView->GetShellInfo(shellInfo)
320 && (info.ID() != shellInfo.ProcessID()
321 || !shellInfo.IsDefaultShell())) {
327 ShellInfo shellInfo; local
330 if (termView->GetShellInfo(shellInfo)
332 && (info.ID() != shellInfo.ProcessID()
333 || !shellInfo.IsDefaultShell())) {
1746 ShellInfo shellInfo;
1749 if (!termView->GetShellInfo(shellInfo)
[all...]

Completed in 35 milliseconds