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

/ast/src/cmd/ksh93/include/
H A Dterminal.h197 extern int sh_tcgetattr(int,struct termios*);
199 # define tcgetattr(a,b) sh_tcgetattr(a,b)
/ast/src/cmd/ksh93/edit/
H A Dedit.c1854 sh_tcgetattr(int fd, struct termios *tty) function

Completed in 11 milliseconds