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

/haiku/src/bin/unzip/
H A Dttyio.c128 # define STTY(f, s) tcsetattr(f, TCSAFLUSH, (zvoid *) s) macro
144 # define STTY(f,s) ioctl(f,TCSETAW,(zvoid *)s) macro
152 # define STTY stty macro
310 STTY(f, &sg);
324 STTY(GLOBAL(echofd), &sg);
455 STTY(f, &sg); /* set cbreak mode */
468 STTY(f, &sg); /* restore canonical mode */

Completed in 29 milliseconds