Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h470 #define mksh_ttyst struct termios macro
474 #define mksh_ttyst struct termio macro
1706 void x_mkraw(int, mksh_ttyst *, bool);
2101 EXTERN mksh_ttyst tty_state; /* saved tty state */
Dmain.c1880 x_mkraw(int fd, mksh_ttyst *ocb, bool forread) in x_mkraw()
1882 mksh_ttyst cb; in x_mkraw()
Djobs.c92 mksh_ttyst ttystat; /* saved tty state for stopped jobs */
Dfuncs.c1871 mksh_ttyst tios; in c_read()