type golang.org/x/sys/unix.Termios

6 uses

	golang.org/x/sys/unix (current package)
		ioctl.go#L46: func IoctlSetTermios(fd int, req uint, value *Termios) error {
		ioctl.go#L70: func IoctlGetTermios(fd int, req uint) (*Termios, error) {
		ioctl.go#L71: 	var value Termios
		ztypes_darwin_arm64.go#L449: type Termios struct {

	src.elv.sh/pkg/sys
		termios.go#L16: type Termios unix.Termios
		termios.go#L27: 	return unix.IoctlSetTermios(fd, setAttrNowIOCTL, (*unix.Termios)(unsafe.Pointer(term)))