OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ttystateErr
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
TTYState.cpp
22
m_ttystateErr
(-1),
38
m_ttystateErr
= tcgetattr (fd, &m_ttystate);
48
m_ttystateErr
= -1;
51
return
m_ttystateErr
== 0;
TTYState.h
32
bool TTYStateValid() const { return
m_ttystateErr
== 0; }
38
int
m_ttystateErr
;
Completed in 365 milliseconds