Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for BRKINT (0.1 sec)

  1. src/cmd/vendor/golang.org/x/term/term_unix.go

    		return nil, err
    	}
    
    	oldState := State{state{termios: *termios}}
    
    	// This attempts to replicate the behaviour documented for cfmakeraw in
    	// the termios(3) manpage.
    	termios.Iflag &^= unix.IGNBRK | unix.BRKINT | unix.PARMRK | unix.ISTRIP | unix.INLCR | unix.IGNCR | unix.ICRNL | unix.IXON
    	termios.Oflag &^= unix.OPOST
    	termios.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/plan9/mkerrors.sh

    		$2 ~ /^I(SIG|CANON|CRNL|EXTEN|MAXBEL|STRIP|UTF8)$/ ||
    		$2 ~ /^IGN/ ||
    		$2 ~ /^IX(ON|ANY|OFF)$/ ||
    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    		$2 ~ /^C(LOCAL|READ)$/ ||
    		$2 == "BRKINT" ||
    		$2 == "HUPCL" ||
    		$2 == "PENDIN" ||
    		$2 == "TOSTOP" ||
    		$2 ~ /^PAR/ ||
    		$2 ~ /^SIG[^_]/ ||
    		$2 ~ /^O[CNPFP][A-Z]+[^_][A-Z]+$/ ||
    		$2 ~ /^IN_/ ||
    		$2 ~ /^LOCK_(SH|EX|NB|UN)$/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_386.go

    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_amd64.go

    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_arm.go

    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/syscall/mkerrors.sh

    		$2 ~ /^I(SIG|CANON|CRNL|EXTEN|MAXBEL|STRIP|UTF8)$/ ||
    		$2 ~ /^IGN/ ||
    		$2 ~ /^IX(ON|ANY|OFF)$/ ||
    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    		$2 ~ /^C(LOCAL|READ)$/ ||
    		$2 == "BRKINT" ||
    		$2 == "HUPCL" ||
    		$2 == "PENDIN" ||
    		$2 == "TOSTOP" ||
    		$2 ~ /^PAR/ ||
    		$2 ~ /^SIG[^_]/ ||
    		$2 ~ /^O[CNPFP][A-Z]+[^_][A-Z]+$/ ||
    		$2 ~ /^IN_/ ||
    		$2 ~ /^LOCK_(SH|EX|NB|UN)$/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    		$2 ~ /^IGN/ ||
    		$2 ~ /^IX(ON|ANY|OFF)$/ ||
    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 !~ "X86_CR3_PCID_NOFLUSH" &&
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    		$2 ~ /^C(LOCAL|READ|MSPAR|RTSCTS)$/ ||
    		$2 == "BRKINT" ||
    		$2 == "HUPCL" ||
    		$2 == "PENDIN" ||
    		$2 == "TOSTOP" ||
    		$2 == "XCASE" ||
    		$2 == "ALTWERASE" ||
    		$2 == "NOKERNINFO" ||
    		$2 == "NFDBITS" ||
    		$2 ~ /^PAR/ ||
    		$2 ~ /^SIG[^_]/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    // license that can be found in the LICENSE file.
    
    //go:build zos && s390x
    
    // Hand edited based on zerrors_linux_s390x.go
    // TODO: auto-generate.
    
    package unix
    
    const (
    	BRKINT                   = 0x0001
    	CLOCAL                   = 0x1
    	CLOCK_MONOTONIC          = 0x1
    	CLOCK_PROCESS_CPUTIME_ID = 0x2
    	CLOCK_REALTIME           = 0x0
    	CLOCK_THREAD_CPUTIME_ID  = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_darwin_arm64.go

    	BPF_SUB                           = 0x10
    	BPF_TAX                           = 0x0
    	BPF_TXA                           = 0x80
    	BPF_W                             = 0x0
    	BPF_X                             = 0x8
    	BRKINT                            = 0x2
    	CFLUSH                            = 0xf
    	CLOCAL                            = 0x8000
    	CREAD                             = 0x800
    	CS5                               = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_aix_ppc64.go

    	B38400                        = 0xf
    	B4800                         = 0xc
    	B50                           = 0x1
    	B600                          = 0x8
    	B75                           = 0x2
    	B9600                         = 0xd
    	BRKINT                        = 0x2
    	CFLUSH                        = 0xf
    	CLOCAL                        = 0x800
    	CREAD                         = 0x80
    	CS5                           = 0x0
    	CS6                           = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
Back to top