OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldtio
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
prompt.h
61
struct termios
oldtio
; /* Original tty mode */
member in struct:prompt
prompt.c
340
tcgetattr(p->fd_in, &p->
oldtio
); /* Save original tty mode */
430
newtio = p->
oldtio
;
458
newtio.c_iflag = p->
oldtio
.c_iflag;
502
tcsetattr(p->fd_in, TCSADRAIN, &p->
oldtio
);
Completed in 28 milliseconds