Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h431 #define mksh_ttyst struct termios macro
435 #define mksh_ttyst struct termio macro
1644 void x_mkraw(int, mksh_ttyst *, bool);
2036 EXTERN mksh_ttyst tty_state; /* saved tty state */
Dmain.c1876 x_mkraw(int fd, mksh_ttyst *ocb, bool forread) in x_mkraw()
1878 mksh_ttyst cb; in x_mkraw()
Djobs.c92 mksh_ttyst ttystat; /* saved tty state for stopped jobs */
Dfuncs.c1832 mksh_ttyst tios; in c_read()