Searched refs:TTYState (Results 1 – 4 of 4) sorted by relevance
18 TTYState::TTYState() in TTYState() function in TTYState21 TTYState::~TTYState() = default;23 bool TTYState::GetTTYState(int fd, bool saveProcessGroup) { in GetTTYState()41 bool TTYState::SetTTYState() const { in SetTTYState()
19 class TTYState {21 TTYState();22 ~TTYState();50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates()55 TTYState m_ttystates[2];
212 TTYState.cpp
157 26C638050C71334A0024798E /* TTYState.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TTYState.cpp; sourceTree = "<group>"; };158 26C638060C71334A0024798E /* TTYState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TTYState.h; sourceTree = "<group>"; };292 26C638060C71334A0024798E /* TTYState.h */,293 26C638050C71334A0024798E /* TTYState.cpp */,