Searched refs:tty_get (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ie/
H A Dterminal.h186 extern int tty_get(int,struct termios*);
192 extern int tty_get();
H A Dedit.c134 return(tty_get(fd,(struct termios*)0)==0);
143 int tty_get(fd, tty) function
269 if(tty_get(fd,&ttyparm) == SYSERR)
364 if((tty_get(fd,&ttyparm) != SYSERR))
401 if((tty_get(fd, &ttyparm)==SYSERR) || (!(ttyparm.c_lflag&ECHO)))
/ast/src/cmd/ksh93/include/
H A Dterminal.h190 extern int tty_get(int,struct termios*);
/ast/src/cmd/ksh93/sh/
H A Djobs.c685 tty_get(JOBTTY,&my_stty);
726 tty_get(JOBTTY,&my_stty);
794 tty_get(job.fd,&my_stty);
814 tty_get(job.fd,&my_stty);
827 tty_get(job.fd,&my_stty);
851 /* force the following tty_get() to do a tcgetattr() unless fg */
856 if(tty_get(job.fd,&pw->p_stty) == 0)
/ast/src/cmd/ksh93/edit/
H A Dedit.c166 return(tty_get(fd,&tty)==0);
175 int tty_get(register int fd, register struct termios *tty) function
280 if(tty_get(fd,&ttyparm) == SYSERR)
410 if((tty_get(fd,&ttyparm) != SYSERR))
453 if((tty_get(fd, &ttyparm)==SYSERR) || (!(ttyparm.c_lflag&ECHO)))

Completed in 23 milliseconds