Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
GTTY
usr/src/cmd/tput/tput.c
591
#define GTTY(fd, mode) ioctl(fd, TCGETA, mode)
usr/src/cmd/tput/tput.c
601
#define GTTY(fd, mode) gtty(fd, mode)