Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h528 #define mksh_ttyst struct termios macro
532 #define mksh_ttyst struct termio macro
2416 void x_mkraw(int, mksh_ttyst *, bool);
2843 EXTERN mksh_ttyst tty_state; /* saved tty state */
Dmain.c2018 x_mkraw(int fd, mksh_ttyst *ocb, bool forread) in x_mkraw()
2020 mksh_ttyst cb; in x_mkraw()
Djobs.c106 mksh_ttyst ttystat; /* saved tty state for stopped jobs */
Dfuncs.c1600 mksh_ttyst tios; in c_read()