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

/haiku/src/bin/unzip/
H A Dttyio.c127 # define GTTY(f, s) tcgetattr(f, (zvoid *) s) macro
143 # define GTTY(f,s) ioctl(f,TCGETA,(zvoid *)s) macro
151 # define GTTY gtty macro
308 GTTY(f, &sg); /* get settings */
322 GTTY(GLOBAL(echofd), &sg); /* get settings */
444 GTTY(f, &sg); /* get settings */

Completed in 37 milliseconds