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