Searched refs:fShellInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DShell.h48 { return fShellInfo.ProcessID(); }
50 { return fShellInfo; }
53 { return fShellInfo.Encoding(); }
55 { fShellInfo.SetEncoding(encoding); }
69 ShellInfo fShellInfo; member in class:Shell
H A DTitlePlaceholderMapper.cpp20 fShellInfo(shellInfo),
54 if (fShellInfo.Encoding() != M_UTF8) {
56 _string << "[" << fShellInfo.EncodingName() << "]";
63 if (fProcessInfo.ID() == fShellInfo.ProcessID()
64 && fShellInfo.IsDefaultShell()) {
H A DTitlePlaceholderMapper.h27 ShellInfo fShellInfo; member in class:TitlePlaceholderMapper
H A DShell.cpp177 kill(-fShellInfo.ProcessID(), SIGHUP);
178 fShellInfo.SetProcessID(-1);
254 if (running == fShellInfo.ProcessID() || running == -1)
413 fShellInfo.SetDefaultShell(true);
415 fShellInfo.SetDefaultShell(false);
417 fShellInfo.SetEncoding(parameters.Encoding());
445 fShellInfo.SetProcessID(fork());
446 if (fShellInfo.ProcessID() < 0) {
453 if (fShellInfo.ProcessID() == 0) {
556 setenv("TTYPE", fShellInfo
[all...]

Completed in 45 milliseconds