Home
last modified time | relevance | path

Searched refs:mksh_ttyst (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsh.h507 #define mksh_ttyst struct termios macro
511 #define mksh_ttyst struct termio macro
2333 void x_mkraw(int, mksh_ttyst *, bool);
2740 EXTERN mksh_ttyst tty_state; /* saved tty state */
Dmain.c1948 x_mkraw(int fd, mksh_ttyst *ocb, bool forread) in x_mkraw()
1950 mksh_ttyst cb; in x_mkraw()
Djobs.c105 mksh_ttyst ttystat; /* saved tty state for stopped jobs */
Dfuncs.c1609 mksh_ttyst tios; in c_read()