Home
last modified time | relevance | path

Searched defs:syscall_Termios (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/security/vuls/vuls-0.13.7/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
H A Dsyscalls_freebsd.go6 type syscall_Termios struct { struct
7 Iflag uint32
8 Oflag uint32
9 Cflag uint32
10 Lflag uint32
11 Cc [20]uint8
12 Ispeed uint32
13 Ospeed uint32
H A Dsyscalls_openbsd.go6 type syscall_Termios struct { struct
7 Iflag uint32
8 Oflag uint32
9 Cflag uint32
10 Lflag uint32
11 Cc [20]uint8
12 Ispeed int32
13 Ospeed int32
H A Dsyscalls_netbsd.go6 type syscall_Termios struct { struct
7 Iflag uint32
8 Oflag uint32
9 Cflag uint32
10 Lflag uint32
11 Cc [20]uint8
12 Ispeed int32
13 Ospeed int32
H A Dsyscalls_darwin.go8 type syscall_Termios struct { struct
9 Iflag uint32
10 Oflag uint32
11 Cflag uint32
12 Lflag uint32
13 Cc [20]uint8
14 Ispeed uint32
15 Ospeed uint32
H A Dsyscalls_dragonfly.go6 type syscall_Termios struct { struct
7 Iflag uint32
8 Oflag uint32
9 Cflag uint32
10 Lflag uint32
11 Cc [20]uint8
12 Ispeed uint32
13 Ospeed uint32
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/termbox-go/termbox-go-58d4fcbce2a7/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/net/rclone/rclone-1.57.0/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/net/storj/storj-1.45.3/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_windows.go6 const (
7 foreground_blue = 0x1
8 foreground_green = 0x2
9 foreground_red = 0x4
10 foreground_intensity = 0x8
11 background_blue = 0x10
12 background_green = 0x20
13 background_red = 0x40
14 background_intensity = 0x80
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/textproc/jid/jid-0.7.6/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/textproc/peco/peco-v0.4.4/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/nsf/termbox-go/termbox-go-93860e161317/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/nsf/termbox-go/
H A Dsyscalls_darwin_amd64.go6 type syscall_Termios struct { struct
7 Iflag uint64
8 Oflag uint64
9 Cflag uint64
10 Lflag uint64
11 Cc [20]uint8
12 Pad_cgo_0 [4]byte
13 Ispeed uint64
14 Ospeed uint64
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/intagg/
H A Dintagg--1.1.sql8 CREATE FUNCTION int_agg_state (internal, int4)
9 RETURNS internal
10 AS 'array_agg_transfn'
11 PARALLEL SAFE
12 LANGUAGE INTERNAL;
14 -- Internal function for the aggregate
15 -- Is called at the end of the aggregation, and returns an array.

1234567