Searched refs:tty_set (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ie/ |
H A D | terminal.h | 196 extern int tty_set();
|
H A D | editlib.c | 181 tty_set(-1); 187 tty_set(-1);
|
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/include/ |
H A D | terminal.h | 193 extern int tty_set(int, int, struct termios*);
|
/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 693 tty_set(JOBTTY,TCSANOW,&my_stty); 731 tty_set(JOBTTY,TCSAFLUSH,&my_stty); 803 tty_set(job.fd,TCSAFLUSH,&my_stty); 816 tty_set(job.fd,TCSAFLUSH,&my_stty); 831 tty_set(job.fd,TCSAFLUSH,&pw->p_stty); 853 tty_set(-1, 0, NIL(struct termios*)); 859 tty_set(job.fd,TCSAFLUSH,&my_stty); 1661 tty_set(-1, 0, NIL(struct termios*));
|
/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 )
|
/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 289 tty_set(fd,TCSADRAIN,&ep->e_nttyparm);
|
Completed in 20 milliseconds