HomeSort by: relevance | last modified time | path
    Searched refs:set_tty (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
91 /* Flags for set_tty() */
101 extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
tty.c 47 set_tty(fd, ts, flags) function
edit.c 285 set_tty(tty_fd, &cb, TF_WAIT);
307 set_tty(tty_fd, &tty_state, TF_NONE);
jobs.c 864 set_tty(tty_fd, &j->ttystate, TF_NONE);
869 set_tty(tty_fd, &tty_state, TF_NONE);
892 set_tty(tty_fd, &tty_state, TF_NONE);
1192 set_tty(tty_fd, &tty_state,

Completed in 35 milliseconds