Searched refs:sh_tcsetattr (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dterminal.h198 extern int sh_tcsetattr(int,int,struct termios*);
200 # define tcsetattr(a,b,c) sh_tcsetattr(a,b,c)
/ast/src/cmd/ksh93/edit/
H A Dedit.c1863 sh_tcsetattr(int fd, int cmd, struct termios *tty) function

Completed in 11 milliseconds