Searched defs:tty_get (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
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/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 16 milliseconds