Home
last modified time | relevance | path

Searched defs:GTTY (Results 1 – 1 of 1) sorted by relevance

/titanic_51/usr/src/cmd/tput/
H A Dtput.c583 #define GTTY(fd, mode) ioctl(fd, TCGETA, mode) in initterm() macro
593 #define GTTY(fd, mode) gtty(fd, mode) in initterm() macro