HomeSort by: relevance | last modified time | path
    Searched refs:TTY_state (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
tty.h 8 Rearranged to work with autoconf, added TTY_state, get_tty/set_tty
45 typedef struct termios TTY_state;
65 typedef struct termio TTY_state;
87 } TTY_state;
98 EXTERN TTY_state tty_state; /* saved tty state */ variable
100 extern int get_tty ARGS((int fd, TTY_state *ts));
101 extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
tty.c 19 TTY_state *ts;
49 TTY_state *ts;
141 get_tty(tty_fd, &tty_state);
edit.c 208 TTY_state cb;
212 cb = tty_state;
307 set_tty(tty_fd, &tty_state, TF_NONE);
jobs.c 149 TTY_state ttystate; /* saved tty state for stopped jobs */
404 get_tty(tty_fd, &tty_state);
869 set_tty(tty_fd, &tty_state, TF_NONE);
892 set_tty(tty_fd, &tty_state, TF_NONE);
1190 get_tty(tty_fd, &tty_state);
1192 set_tty(tty_fd, &tty_state,

Completed in 16 milliseconds