Searched defs:tty_set (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.c | 140 * is called again without an intervening tty_set() 180 int tty_set(fd, action, tty) function 244 /*** don't do tty_set unless ttyparm has valid data ***/ 245 if(savefd<0 || tty_set(fd, TCSANOW, &ttyparm) == SYSERR) 285 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 335 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 429 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 513 tty_set(fd, TCSADRAIN, &nttyparm);
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 172 * is called again without an intervening tty_set() 203 int tty_set(int fd, int action, struct termios *tty) function 252 /*** don't do tty_set unless ttyparm has valid data ***/ 253 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR) 305 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 376 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 499 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
|
Completed in 16 milliseconds