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

/illumos-gate/usr/src/cmd/tput/
H A Dtput.c586 #define STTY(fd, mode) ioctl(fd, TCSETAW, mode) macro
594 #define STTY(fd, mode) stty(fd, mode) macro
690 (void) STTY(filedes, &termmode);
695 (void) STTY(filedes, &termmode);
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c42 static char *STTY = "stty: "; variable
100 perror(STTY);
129 perror(STTY);
139 perror(STTY);
175 perror(STTY);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c67 static char *STTY = "stty: "; variable
154 perror(STTY);
228 perror(STTY);

Completed in 57 milliseconds