OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttyGetAttr
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
xterm_io.h
283
#define
ttyGetAttr
(fd, datap) ioctl(fd, TCGETA, datap)
288
#define
ttyGetAttr
(fd, datap) tcgetattr(fd, datap)
main.c
2326
rc =
ttyGetAttr
(fd, &my_tio);
2345
int rc =
ttyGetAttr
(fd, &my_tio);
2594
if (
ttyGetAttr
(i, &deftio) == 0) {
2981
if (
ttyGetAttr
(screen->respond, &tio) == -1)
4100
rc =
ttyGetAttr
(ttyfd, &tio);
4533
if (
ttyGetAttr
(ttyfd, &tio) == -1)
4758
if (
ttyGetAttr
(ttyfd, &tio) == -1)
4857
if (
ttyGetAttr
(0, &t) >= 0) {
button.c
2544
if (disallowed[epSTTY] &&
ttyGetAttr
(screen->respond, &data) == 0) {
Completed in 13 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026