Searched defs:gtty (Results 1 – 1 of 1) sorted by relevance
/external/mtools/ |
D | tty.c | 35 # define gtty(a,b) (void)tcgetattr(a,b) macro 41 # define gtty(a,b) (void)ioctl(a,TCGETS,(char *)b) macro 47 # define gtty(a,b) (void)ioctl(a,TCGETA,(char *)b) macro 53 # define gtty(a,b) (void)ioctl(a,TIOCGETP,(char *)b) macro
|