Searched defs:STTY (Results 1 – 3 of 3) sorted by relevance
594 #define STTY(fd, mode) ioctl(fd, TCSETAW, mode) in initterm() macro602 #define STTY(fd, mode) stty(fd, mode) in initterm() macro
43 static char *STTY = "stty: "; variable
60 static char *STTY = "stty: "; variable